iGerman00 / Pollyduble

An experimental proof-of-concept script to automatically dub videos to English with the help of local TTS, voice cloning, audio separation, speech recognition and FFmpeg
MIT License
9 stars 2 forks source link

Error: pip's dependency #2

Open amjiddader opened 5 months ago

amjiddader commented 5 months ago

No matter what we do we can not install it all.

If we install librosa==0.10.x , melotts gives error.

If we install librosa==0.9.1 other dependency errors.

How can we install correctly?

Example error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. melotts 0.1.2 requires librosa==0.9.1, but you have librosa 0.10.1 which is incompatible. myshell-openvoice 0.0.0 requires librosa==0.9.1, but you have librosa 0.10.1 which is incompatible. myshell-openvoice 0.0.0 requires numpy==1.22.0, but you have numpy 1.26.4 which is incompatible.

iGerman00 commented 5 months ago

Try using --no-deps on pip. IIRC there's a small conflict with some openvoice deps