[pymvpa] liblapack.so image not found, OS X

Kiefer Katovich kieferk at stanford.edu
Fri Apr 27 20:26:42 UTC 2012


Thanks, I will try reinstalling from source in a second. Before I do
though, here is the full traceback for reference:


File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/site-packages/mvpa2/algorithms/hyperalignment.py",
line 167, in __call__
    m.train(ds_new)

  File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/site-packages/mvpa2/base/learner.py",
line 121, in train
    result = self._train(ds)

  File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/site-packages/mvpa2/mappers/procrustean.py",
line 182, in _train
    from mvpa2.support.lapack_svd import svd as dgesvd

  File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/site-packages/mvpa2/support/lapack_svd.py",
line 11, in <module>
    lapacklib = cdll.LoadLibrary('liblapack.so')

  File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/ctypes/__init__.py",
line 431, in LoadLibrary
    return self._dlltype(name)

  File "/Library/Frameworks/EPD64.framework/Versions/7.2/lib/python2.7/ctypes/__init__.py",
line 353, in __init__
    self._handle = _dlopen(self._name, mode)

OSError: dlopen(liblapack.so, 6): image not found



More information about the Pkg-ExpPsy-PyMVPA mailing list