You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Raklit
changed the title
Error while install packages.
Error while install packages
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
The text was updated successfully, but these errors were encountered: