Skip to content
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

Merged
merged 3 commits into from Oct 24, 2018
Merged

Fix travis OSX build #12615

merged 3 commits into from Oct 24, 2018

Conversation

dstansby
Copy link
Member

@dstansby dstansby commented Oct 24, 2018

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

@dstansby
Copy link
Member Author

This now fixes #12578

@dstansby dstansby changed the title Try to brew reinstall numpy on travis Fix travis OSX build Oct 24, 2018
@tacaswell
Copy link
Member

Bailing on brew numpy seems a bit drastic. I assume they will fix this eventually....?

@jklymak
Copy link
Member

jklymak commented Oct 24, 2018

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.

@tacaswell
Copy link
Member

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.

@tacaswell tacaswell added this to the v3.0.x milestone Oct 24, 2018
@tacaswell
Copy link
Member

But this makes the board green, so going to merge it :)

@tacaswell tacaswell merged commit a2ef122 into matplotlib:master Oct 24, 2018
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Oct 24, 2018
@dstansby dstansby deleted the osx-travis branch October 24, 2018 14:33
@dopplershift
Copy link
Contributor

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?

jklymak added a commit that referenced this pull request Oct 24, 2018
…615-on-v3.0.x

Backport PR #12615 on branch v3.0.x (Fix travis OSX build)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS builds are broken
4 participants