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: 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.
pandas 1.5.3 requires numpy>=1.20.3; python_version < "3.10", but you have numpy 1.19.5 which is incompatible.
scipy 1.13.1 requires numpy<2.3,>=1.22.4, but you have numpy 1.19.5 which is incompatible.
tensorflow 2.9.3 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.
Successfully installed numpy-1.19.5
Running pip install numpy==1.22.4, I was able to install spleeter via pip
The text was updated successfully, but these errors were encountered:
using Python 3.19.9 on Fedora Linux
pip install spleeter
gives the following errorRunning
pip install numpy==1.22.4
, I was able to install spleeter via pipThe text was updated successfully, but these errors were encountered: