autobahn-testsuite icon indicating copy to clipboard operation
autobahn-testsuite copied to clipboard

ModuleNotFoundError: No module named '_version'

Open abhinavsingh opened this issue 3 years ago • 2 comments

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'

abhinavsingh avatar Jan 26 '22 16:01 abhinavsingh

Same. What's the solution?

essen avatar Sep 12 '22 12:09 essen

Same here.

markmaker avatar Dec 04 '23 17:12 markmaker