Когда я пишу pip install nussl, я получаю эту ошибку:
(venv) C:\Users\User\Desktop\Mimasa>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 "", line 2, in
File "", line 34, in
File "C:\Users\User\AppData\Local\Temp\pip-install-2acnyrw6\jams_3733100f50b5405cb481571130dd4cbf\setup.py", line 3, in
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.
Подробнее здесь: https://stackoverflow.com/questions/786 ... install-it