Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
RuntimeError: Cannot install on Python version 3.11.4; only versions >=3.7,<3.11 are supported.
How do I install Pythons supported version so it can run?
What packages were you installing when meets this version error?
Sorry what do you mean by packages? Im not sure what to look for because there are many folders with Python files
IIRC I got this error trying to install Poetry. You have to just install a python version in that supported range.
Assuming that you have installed Poetry, you can try ' poetry env use python_exe_path' before 'poetry install'. Replace 'python_exe_path' with the path of Python excutable whose version >=3.7,<3.11.
on my ENV Python >= 3.11
- pip install pip-upgrader
- pip-upgrade .\requirements.txt --skip-virtualenv-check
on my ENV Python >= 3.11
- pip install pip-upgrader
- pip-upgrade .\requirements.txt --skip-virtualenv-check
This did the trick for me. Thank you!
This issue was closed because it has been inactive for 15 days since being marked as stale.