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.

  1. go site-package directory i.e.

    cd /library/python/2.7/site-packages

  2. 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.

http://sourceforge.net/projects/scipy/files/scipy/0.10.0b2/


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -