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

[Discussion] numpy 1.22.4 is missing as a dependency from the pyproject.toml? #906

Open
vin-cf opened this issue Sep 5, 2024 · 0 comments
Labels
question Further information is requested

Comments

@vin-cf
Copy link

vin-cf commented Sep 5, 2024

using Python 3.19.9 on Fedora Linux

pip install spleeter gives the following error

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

@vin-cf vin-cf added the question Further information is requested label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant