0

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?

Community
  • 1
  • 1
khx0
  • 41
  • 5
  • Looks like numpy installation isn't complete... – schlamar Feb 01 '13 at 14:47
  • Did you install a fortran compiler (requirement for numpy)? If not, simplest way is `brew install gfortran`) – schlamar Feb 01 '13 at 14:50
  • @khx0, did you install all the things you're supposed to install so that Xcode will build for you? – BenDundee Feb 01 '13 at 14:56
  • it appears that scipy installer can't find the file `/usr/local/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini` have you tried that `numpy` is working `python -c 'import numpy'` – Matti Lyra Feb 01 '13 at 15:17
  • I have gfortran-4.7.2 installed (from homebrew) – khx0 Feb 01 '13 at 15:29
  • I tried `python - c 'import numpy'` and it produces no error but also no other output. – khx0 Feb 01 '13 at 16:59

0 Answers0