You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running command: python3 -m nyansat.host.shell
Give error:
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/benji2/antenny/nyansat/host/shell/__main__.py", line 6, in <module>
from websocket import WebSocketConnectionClosedException
ImportError: cannot import name 'WebSocketConnectionClosedException' from 'websocket' (/usr/local/lib/python3.9/dist-packages/websocket/__init__.py)
The text was updated successfully, but these errors were encountered:
Hey, I think you may have resolved this issue by now and I am kinda stuck at the same thing to install nyansat on ESP32. Can you direct me if you have resolved this already?
Hello, we have made many updates to the station code to make it more usable/reliable/understandable. That being said, the host code is now under construction. On a related note, I highly suggest using the python interpreter as described in the updated README to operate the device as it is still under development and the host shell hides/does not have acces to a lot of information and errors.
Help? Or Silence?
Running command:
python3 -m nyansat.host.shell
Give error:
The text was updated successfully, but these errors were encountered: