Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
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.

Open Hatde opened this issue 2 years ago • 4 comments

How do I install Pythons supported version so it can run? Runtimeerror

Hatde avatar Jun 15 '23 05:06 Hatde

What packages were you installing when meets this version error?

RVC-Boss avatar Jun 15 '23 12:06 RVC-Boss

Sorry what do you mean by packages? Im not sure what to look for because there are many folders with Python files

Hatde avatar Jun 15 '23 13:06 Hatde

IIRC I got this error trying to install Poetry. You have to just install a python version in that supported range.

Mugen-CC avatar Jun 17 '23 16:06 Mugen-CC

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.

WezneR avatar Jun 19 '23 14:06 WezneR

on my ENV Python >= 3.11

  1. pip install pip-upgrader
  2. pip-upgrade .\requirements.txt --skip-virtualenv-check

cliplicht avatar Sep 06 '23 10:09 cliplicht

on my ENV Python >= 3.11

  1. pip install pip-upgrader
  2. pip-upgrade .\requirements.txt --skip-virtualenv-check

This did the trick for me. Thank you!

therealestkris avatar Nov 25 '23 14:11 therealestkris

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar Apr 28 '24 04:04 github-actions[bot]