我在 Mountain Lion 上使用 pip 安装 Scipy 时遇到严重困难。我试过了:
sudo pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
正如网络上各个地方所建议的那样。
这会导致错误,例如:
ld: library not found for -lgcc
lipo: can't figure out the architecture type of: /var/tmp//ccC2HLVs.out
以及错误之前的几个警告(我认为不严重)。
有人有什么建议吗?