-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
PIP Package: Missed dependency? #9519
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
This should be Also you need a working install with numpy and scipy before installing scikit-learn with pip (cf the docs). These seem to be installed in your system Python environment but not in the virtual environement. You could probably use the
|
we do not declare |
closed by #10402. |
Uh oh!
There was an error while loading. Please reload this page.
Description
After installing sklearn with pip, I can't import it. After manually installing scipy (
pip install scipy
) import work without errors.Steps/Code to Reproduce
Actual Results
Versions
Darwin-16.7.0-x86_64-i386-64bit
Python 3.6.2 (default, Jul 17 2017, 16:44:45)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)]
NumPy 1.13.1
SciPy 0.19.1 (It's after manual installation)
Scikit-Learn 0.18.2
The text was updated successfully, but these errors were encountered: