可能重复: 使用 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
出了什么问题,为什么?