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 while install packages #24

Open
Raklit opened this issue Nov 1, 2024 · 0 comments
Open

Error while install packages #24

Raklit opened this issue Nov 1, 2024 · 0 comments

Comments

@Raklit
Copy link

Raklit commented Nov 1, 2024

Hi, i am extreme lazy for PR.

The conflict is caused by:
The user requested numpy==1.22.0
fairseq 0.12.2 depends on numpy; python_version >= "3.7"
gradio 4.7.1 depends on numpy~=1.0
librosa 0.10.0 depends on numpy>=1.20.3
pyworld 0.3.4 depends on numpy
scipy 1.11.4 depends on numpy<1.28.0 and >=1.21.6
tts 0.21.1 depends on numpy>=1.24.3; python_version > "3.10"

To fix it update numpy in requirements.txt to 1.24.3 from 1.22.0.
Also update librosa to 0.10.2.post1

@Raklit Raklit changed the title Error while install packages. Error while install packages Nov 1, 2024
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

1 participant