Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: pip's dependency #2

Open
amjiddader opened this issue May 30, 2024 · 1 comment
Open

Error: pip's dependency #2

amjiddader opened this issue May 30, 2024 · 1 comment

Comments

@amjiddader
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants