Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

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

Open pythonwhizghh opened this issue 1 year ago • 12 comments

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

pythonwhizghh avatar Aug 10 '24 05:08 pythonwhizghh

"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 avatar Aug 12 '24 09:08 heartgold512

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

heartgold512 avatar Aug 12 '24 09:08 heartgold512

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

sebdufourcq avatar Aug 13 '24 22:08 sebdufourcq

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

werbals avatar Aug 14 '24 15:08 werbals

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.

KirGear avatar Aug 17 '24 21:08 KirGear

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?

german-leontiev avatar Sep 01 '24 14:09 german-leontiev

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.

Aksolot146 avatar Sep 07 '24 08:09 Aksolot146

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.

SanGuang-Li avatar Oct 17 '24 06:10 SanGuang-Li

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

It worked for me

yoruniubi avatar Nov 23 '24 14:11 yoruniubi

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.

Worked for me! Thank you! :)

lynnalis avatar Nov 25 '24 21:11 lynnalis

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

Yes, it works. Thx!

Ruinique avatar Jan 24 '25 15:01 Ruinique

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

worked

Rajeev0651 avatar Mar 29 '25 04:03 Rajeev0651