-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG + 2] change installation description now that we have manylinux wheels #7313
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
Conversation
ping @GaelVaroquaux ;) |
and NumPy and SciPy are not recompiled from source, which can happen when using | ||
particular configurations of operating system and hardware (such as Linux on | ||
a Raspberry Pi). We don't recommend installing numpy or scipy from source. | ||
Instead, use a thrid-party distribution as described below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
third
LGTM. I ❤️ manylinux wheels |
conda or pip. When using pip, please ensure that *binary wheels* are used, | ||
and NumPy and SciPy are not recompiled from source, which can happen when using | ||
particular configurations of operating system and hardware (such as Linux on | ||
a Raspberry Pi). We don't recommend installing numpy or scipy from source. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of the frightening "We don't recommend installing numpy or scipy from source." I would rather be slightly more specific:
Building numpy and scipy from source can be complex (especially on Windows) and requires careful configuration to ensure that they link against an optimized implementation of linear algebra routines.
…ing scipy or numpy with pip.
9297133
to
869adff
Compare
@ogrisel used your wording and tried to include the [alldeps] somehow. Good? |
LGTM |
I'll wait a bit to see if @ogrisel wants to comment further and if not I'll merge this one. |
…ing scipy or numpy with pip. (scikit-learn#7313)
…ing scipy or numpy with pip. (scikit-learn#7313)
…ing scipy or numpy with pip. (scikit-learn#7313)
…ing scipy or numpy with pip. (scikit-learn#7313)
Fixes #7019. Supersedes #7022.
Also see discussion at #6990, #4164