python 2.7 - Mac Scipy Installation Error like dlopen, no architecture found etc -
while running scipy , numpy , pandas job, stumbled in first step import , got many error
dlopen , no architecture found , yada yada....
solution quite simple. follow below steps requires removal of scipy if installed or fresh installation.
if scipy installed follow following steps.
go site-package directory i.e.
cd /library/python/2.7/site-packages
remove scipy in case .egg file
sudo rm -rf scipy-0.12.0-py2.7-macosx-10.8-intel.egg
freshly install scipy .dmg , not port, easy_install, fink or else.
Comments
Post a Comment