Skip to content

ImportError: cannot import name 'WebSocketConnectionClosedException' from 'websocket' #98

@benb0jangles

Description

@benb0jangles

Help? Or Silence?

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions