-
Notifications
You must be signed in to change notification settings - Fork 3k
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
BUG: Cannot install scipy version <1.6.0 with pip #10811
Comments
The error you have is about building the packages, it is not related to pip. In particular because you are using such an old version of In fact there is no guarantee an old version of scipy would work for a new version of Python. You will probably have a lot better experience using Python 3.8 if you need this version of scipy. |
Thanks for the answer ! |
x-ref #10421, since this is a case where improving our error message would help, to make it clear that the problem is originating from scipy. |
The newer version of pip will present a better error message in this situation now! |
Description
Hi,
I'm using python 3.10
I'm trying to install an <1.6.0 scipy version of scipy as it's needed for a python librairy.
But it seems that pip don't work with any version <1.6.0. Is it normal or did I missed smthg ?
Expected behavior
No response
pip version
21.3.1
Python version
3.10
OS
Win 10
How to Reproduce
pip install --upgrade somepackage scipy==1.5.3
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: