musegan
musegan copied to clipboard
pip3 install -r requirements.txt failed with python3.10
(musegan) mzk@DESKTOP-9LJNKOC:/mnt/e/Work/musegan/musegan$ pip3 install -r requirements.txt Collecting setuptools==39.1.0 Using cached setuptools-39.1.0-py2.py3-none-any.whl (566 kB) Collecting absl-py==0.4.1 Using cached absl-py-0.4.1.tar.gz (88 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 "
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.
my python version: 3.10.9
You need to use Python 3.9