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

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -