I'm using homebrew python on Mavericks, trying to build numpy 1.8. Unfortunately, when I try to install numpy, I get the following error: https://gist.github.com/ngoldbaum/8592039
I'm able to build numpy 1.7.2 with pip install numpy==1.7.2
, but numpy 1.8 always fails to build with the same traceback.