Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在运行一些 scipy 、 numpy 和 pandas 作业时,我在导入它的第一步中被绊倒了,并遇到了很多错误,例如
dlopen,没有找到架构,yada yada....
解决方法很简单。只需按照以下步骤操作,如果 Scipy 已安装或全新安装,则需要将其删除。
如果 Scipy 已经安装,请按照以下步骤操作。
转到站点包目录,即
cd /Library/Python/2.7/site-packages
删除在我的情况下是 .egg 文件的 scipy
sudo rm -rf scipy-0.12.0-py2.7-macosx-10.8-intel.egg
使用 .dmg 重新安装 Scipy,而不是 port、easy_install、fink 或其他任何东西。
http://sourceforge.net/projects/scipy/files/scipy/0.10.0b2/
位于一组图像之上?