'Taurus - No module named 'molotov'
I am trying to install Taurus on Windows 10 following the official guide here: https://gettaurus.org/install/Installation/#Windows
I have:
python --version
Python 3.10.4
pip --version
pip 22.0.4 from [...]\python\Lib\site-packages\pip (python 3.10)
When I run:
pip install bzt
I got errors
Collecting molotov!=2.3
Using cached molotov-2.4.tar.gz (39 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "[...]\pip-install-wxsat9xk\molotov_e61929518d6e4f7792bc3e8da8c68117\setup.py", line 7, in <module>
from molotov import __version__ # NOQA
ModuleNotFoundError: No module named 'molotov'
If I try to install molotov module:
pip install molotov
I got the same error:
Collecting molotov
Downloading molotov-2.4.tar.gz (39 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "[...]\pip-install-dn2q9si7\molotov_23951726c6084d76ba3fa2e918aef656\setup.py", line 7, in <module>
from molotov import __version__ # NOQA
ModuleNotFoundError: No module named 'molotov'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
It seems to me crazy!
Any suggests?
Thanks Andrea
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
