crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite
https://crossbar.io/autobahn/
Apache License 2.0
1k stars 84 forks source link

ModuleNotFoundError: No module named '_version' #121

Open abhinavsingh opened 2 years ago

abhinavsingh commented 2 years ago
pip install autobahntestsuite
wstest -h                                                                         ─╯
Traceback (most recent call last):
  File "/Users/abhinavsingh/Dev/proxy.py/venv-wstest/bin/wstest", line 5, in <module>
    from autobahntestsuite.wstest import run
  File "/Users/abhinavsingh/Dev/proxy.py/venv-wstest/lib/python3.9/site-packages/autobahntestsuite/__init__.py", line 19, in <module>
    from _version import __version__
ModuleNotFoundError: No module named '_version'
essen commented 2 years ago

Same. What's the solution?

markmaker commented 11 months ago

Same here.