Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Brew upgraded to python 3.5.0 and it breaks this #65

Open
dlparker opened this issue Sep 14, 2015 · 2 comments
Open

Brew upgraded to python 3.5.0 and it breaks this #65

dlparker opened this issue Sep 14, 2015 · 2 comments

Comments

@dlparker
Copy link

Numpy install compile fails to find Python.h, and I think it is because it is looking for a 3.4 include path. I tricked brew into installing the last 3.4 bottle , then disabled the python install step of this script, and then numpy install worked as did everything that followed.

$ cd $( brew --prefix )
$ git checkout c4b18ab13259dded1e095f06e9e55d421045578e Library/Formula/python3.pb
$ brew install python3

@fonnesbeck
Copy link
Owner

I will work on making this go with 3.5.0

@fonnesbeck
Copy link
Owner

Should work in master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants