-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Installing scikit-learn from the main branch fails with scikit-learn requires numpy >= 1.14.6
#20189
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
Comments
scikit-learn requires numpy >= 1.14.6
Seems related to #20149 |
Fixing this line: Line 12 in 6850c04
to: numpy==1.14.6 # or numpy>=1.14.6? might fix the issue |
Related with: #20184 (comment). |
Merging #20184 should resolve this issue. (Although it means we are deviating a little from |
I merged #20184, let's see if it works as expected. |
It works (I tried in an empty python docker container). |
Confirmed the fix works! Thanks for the quick action on this :) |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
pip install git+https://github.com/scikit-learn/scikit-learn.git
fails with the following error:
Steps/Code to Reproduce
Expected Results
should successfully install the dev version of scikit-learn
Actual Results
Versions
I'm using Python 3.7.
The text was updated successfully, but these errors were encountered: