我安裝了numpy和matplot,並且可以正常使用python 2.7,但是當我使用pip安裝scipy時,出現此錯誤。無法在mac OS X上安裝scipy
numpy.distutils.npy_pkg_config.PkgNotFound: Could not find file(s) ['/usr/local/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini']
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /var/folders/61/dpn0d5p51z19g5vypnmh3vfh0000gn/T/pip-build/scipy
有很多的依賴關係,你可能會錯過一些東西。以下資源可以幫助您:[在Lion或Mountain Lion上安裝Python,virtualenv,NumPy,SciPy,matplotlib和IPython](http://www.thisisthegreenroom.com/2011/installing-python-numpy-scipy- matplotlib和 - IPython的上獅子/)。 –
我爲此增加了一個賞金。我正在使用Mountain Lion,Homebrew,pip和virtualenv。我不想使用MacPorts。我希望問題儘可能接近問題的「核心」 - 我認爲這是NumPy的問題。 –
看到這個問題:http://stackoverflow.com/questions/12092306/how-to-install-scipy-with-pip-on-mac-mountain-lion-os-x-v10-8/14315132#14315132。我建議使用自制軟件和samueljohn的'水龍頭'來安裝scipy。 –