Open pythonwhizghh opened 3 months ago
"python 3.9" thats your problem the github repo doesnt work with that as you will get collisions. It appears python 3.10.0 works so maybe try earlier version of python
yeah creating a venv (virtual) of python version 3.10.0 worked for me
You have to downgrade to pip 24.0
python.exe -m pip install pip==24.0
Tried python 3.10 with no luck. pip 24.0 also didn't help.
Tried python 3.10 with no luck. pip 24.0 also didn't help.
@werbals try to use python 3.10.0rc1 both with pip 24.0 You can also show me the error logs and maybe I can tell you something else.
You have to downgrade to pip 24.0
python.exe -m pip install pip==24.0
Helped with new conda 3.9 env Also I've noticed this warning.
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
So, maybe someone who knows authors will tell them?
You have to downgrade to pip 24.0
python.exe -m pip install pip==24.0
how to get rid of auto-update pip while installing RVC?
P.S. Pip downgrade works for me now.
first you need to use python 3.10 ,as the same time ,you need python.exe -m pip install pip==24.0, I have advice you'd better user anaconda to complete this pip.
INFO: pip is looking at multiple versions of hydra-core to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r C:\Users(User name)\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\requirements-dml.txt (line 7) and fairseq because these package versions have conflicting dependencies.
The conflict is caused by: fairseq 0.12.2 depends on omegaconf<2.1 hydra-core 1.0.7 depends on omegaconf<2.1 and >=2.0.5 I'm running on Intel GPU, windows, python 3.9