-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix travis OSX build #12615
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
Fix travis OSX build #12615
Conversation
This now fixes #12578 |
Bailing on brew numpy seems a bit drastic. I assume they will fix this eventually....? |
What’s the reason we use brew numpy instead of pip? I think there are reasons to use other builds but I would guess most Mac users use conda. |
There is something to be said for staying inside of the ecosystem we are using and to avoid hitting pypi. I am pretty confident that this installation issue is going to be transient. |
But this makes the board green, so going to merge it :) |
For Python packages I consider PyPI/conda to be the ecosystem we’re working in, NOT homebrew. Do we rely on Ubuntu Numpy packages on Linux? |
…615-on-v3.0.x Backport PR #12615 on branch v3.0.x (Fix travis OSX build)
The homebrew numpy seems to be broken, so this just uninstalls it which then lets pip install its own version later in the build. fixes #12578