重複の可能性: pip を使用した scipy のインストール
Mac OS X v10.6 Snow Leopard を実行しており、Homebrewを使用しています。次の方法でPython 2.7.3をインストールしました。
brew install python
そして今、 NumPy、SciPy、およびMatplotlibをインストールしたいと思います。
$ pip install numpy
正常に動作しますが、
$ pip install scipy
失敗し、次のエラーが生成されます。
https://gist.github.com/4691465
何がうまくいかず、なぜですか?