Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
18.21k stars 1.36k forks source link

Issue installing in newer python versions #608

Open wereretot opened 1 year ago

wereretot commented 1 year ago

pip install -r requirements.txt  ✔ Defaulting to user installation because normal site-packages is not writeable Ignoring SoundFile: markers 'sys_platform == "windows"' don't match your environment Collecting altgraph==0.17.3 (from -r requirements.txt (line 1)) Using cached altgraph-0.17.3-py2.py3-none-any.whl (21 kB) Collecting audioread==3.0.0 (from -r requirements.txt (line 2)) Using cached audioread-3.0.0.tar.gz (377 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: certifi==2022.12.7 in /usr/lib/python3.11/site-packages (from -r requirements.txt (line 3)) (2022.12.7) Requirement already satisfied: cffi==1.15.1 in /usr/lib/python3.11/site-packages (from -r requirements.txt (line 4)) (1.15.1) Collecting cryptography==3.4.6 (from -r requirements.txt (line 5)) Using cached cryptography-3.4.6-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) Collecting diffq==0.2.3 (from -r requirements.txt (line 6)) Using cached diffq-0.2.3.tar.gz (46 kB) Preparing metadata (setup.py) ... done Collecting Dora==0.0.3 (from -r requirements.txt (line 7)) Using cached Dora-0.0.3.tar.gz (4.9 kB) Preparing metadata (setup.py) ... done Collecting einops==0.6.0 (from -r requirements.txt (line 8)) Using cached einops-0.6.0-py3-none-any.whl (41 kB) Collecting future==0.18.2 (from -r requirements.txt (line 9)) Using cached future-0.18.2.tar.gz (829 kB) Preparing metadata (setup.py) ... done Collecting julius==0.2.7 (from -r requirements.txt (line 10)) Using cached julius-0.2.7.tar.gz (59 kB) Preparing metadata (setup.py) ... done Collecting kthread==0.2.3 (from -r requirements.txt (line 11)) Using cached kthread-0.2.3-py3-none-any.whl (3.9 kB) Collecting librosa==0.9.2 (from -r requirements.txt (line 12)) Using cached librosa-0.9.2-py3-none-any.whl (214 kB) Collecting llvmlite==0.39.1 (from -r requirements.txt (line 13)) Using cached llvmlite-0.39.1.tar.gz (132 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-ik7dwphe/llvmlite_20ec5fcf5e8b43d29897ca90902d675f/setup.py", line 55, in _guard_py_ver() File "/tmp/pip-install-ik7dwphe/llvmlite_20ec5fcf5e8b43d29897ca90902d675f/setup.py", line 52, in _guard_py_ver raise RuntimeError(msg.format(cur_py, min_py, max_py)) RuntimeError: Cannot install on Python version 3.11.3; only versions >=3.7,<3.11 are supported. [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.

Drishtant-Behera commented 3 months ago

I have the same problem lol