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
ERROR: Cannot install -r requirements.txt (line 5) and tensorflow because these package versions have conflicting dependencies.
The conflict is caused by:
tensorflow-intel 2.16.1 depends on numpy<2.0.0 and >=1.26.0; python_version >= "3.12"
spleeter 2.1.0 depends on numpy<1.19.0 and >=1.16.0
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
The text was updated successfully, but these errors were encountered:
ERROR: Cannot install -r requirements.txt (line 5) and tensorflow because these package versions have conflicting dependencies.
The conflict is caused by:
tensorflow-intel 2.16.1 depends on numpy<2.0.0 and >=1.26.0; python_version >= "3.12"
spleeter 2.1.0 depends on numpy<1.19.0 and >=1.16.0
To fix this you could try to:
The text was updated successfully, but these errors were encountered: