Possible Duplicate: Installing scipy with pip
I am running Mac OS X v10.6 Snow Leopard und use Homebrew. I installed Python 2.7.3 via:
brew install python
And now I wish to install NumPy, SciPy and Matplotlib.
$ pip install numpy
works fine, but
$ pip install scipy
fails and produces the following error:
https://gist.github.com/4691465
What goes wrong and why?