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.26.4
accelerate 0.24.1 depends on numpy>=1.17
blis 0.7.11 depends on numpy>=1.19.0; python_version >= "3.9"
clean-fid 0.1.35 depends on numpy>=1.14.3
contourpy 1.2.0 depends on numpy<2.0 and >=1.20
encodec 0.1.1 depends on numpy
gruut 2.2.3 depends on numpy<2.0.0 and >=1.19.0
imageio 2.32.0 depends on numpy
librosa 0.10.0 depends on numpy>=1.20.3
matplotlib 3.7.3 depends on numpy<2 and >=1.20
moviepy 1.0.3 depends on numpy>=1.17.3
moviepy 1.0.3 depends on numpy
numba 0.57.0 depends on numpy<1.25 and >=1.21
To fix this, you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip to attempt to solve the dependency conflict
How could fix this ?
The text was updated successfully, but these errors were encountered:
I haven't checked on the linux manual install in a while,
I'll go back in and double check to make sure everything installs smoothly later.
And probably create an auto-installer for Fedora linux as well cause why not.
In the mean time, here's the chunk that does the pip installs from the auto-Ubuntu installer script for if you ever have any other pip dependency issues that might be missing in the manual install instructions:
Hi thanks for this awesome project, i just try to follow manual install in fedora and i'm stuck on this issue
ERROR: Cannot install -r Ubuntu_requirements.txt (line 105), -r Ubuntu_requirements.txt (line 15), -r Ubuntu_requirements.txt (line 2), -r Ubuntu_requirements.txt (line 24), -r Ubuntu_requirements.txt (line 29), -r Ubuntu_requirements.txt (line 42), -r Ubuntu_requirements.txt (line 58), -r Ubuntu_requirements.txt (line 71), -r Ubuntu_requirements.txt (line 89), -r Ubuntu_requirements.txt (line 95), -r Ubuntu_requirements.txt (line 96) and numpy==1.26.4 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.26.4
accelerate 0.24.1 depends on numpy>=1.17
blis 0.7.11 depends on numpy>=1.19.0; python_version >= "3.9"
clean-fid 0.1.35 depends on numpy>=1.14.3
contourpy 1.2.0 depends on numpy<2.0 and >=1.20
encodec 0.1.1 depends on numpy
gruut 2.2.3 depends on numpy<2.0.0 and >=1.19.0
imageio 2.32.0 depends on numpy
librosa 0.10.0 depends on numpy>=1.20.3
matplotlib 3.7.3 depends on numpy<2 and >=1.20
moviepy 1.0.3 depends on numpy>=1.17.3
moviepy 1.0.3 depends on numpy
numba 0.57.0 depends on numpy<1.25 and >=1.21
To fix this, you could try to:
How could fix this ?
The text was updated successfully, but these errors were encountered: