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