I have some problems. When I write pip install nussl it give this error:
(venv) C:UsersUserDesktopMimasa>pip install nussl
Collecting nussl
Using cached nussl-1.1.9-py2.py3-none-any.whl.metadata (11 kB)
Collecting jams (from nussl)
Using cached jams-0.3.4.tar.gz (51 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 "C:UsersUserAppDataLocalTemppip-install-2acnyrw6jams_3733100f50b5405cb481571130dd4cbfsetup.py", line 3, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
[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.
Pls help me????
I try all, but it not solved
New contributor
Rufat Shikhiyev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.