RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
23.05k stars 3.46k forks source link

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 #2244

Open pythonwhizghh opened 1 month ago

pythonwhizghh commented 1 month ago

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

heartgold512 commented 1 month 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

heartgold512 commented 1 month ago

yeah creating a venv (virtual) of python version 3.10.0 worked for me

sebdufourcq commented 1 month ago

You have to downgrade to pip 24.0 python.exe -m pip install pip==24.0

werbals commented 1 month ago

Tried python 3.10 with no luck. pip 24.0 also didn't help.

KirGear commented 1 month ago

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.

german-leontiev commented 2 weeks ago

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?

Aksolot146 commented 2 weeks ago

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.