sorry about that we have ran into similar issue and I believe we have it fixed in
commit b1765573e3852b3d53b0301964f498bfa4bcabbb Author: Yaroslav Halchenko <[email protected]> Date: Wed Apr 18 10:37:36 2012 -0400 BF: explicitly check for ability to load liblapack.so and not enable test for dgesvd otherwise and on Debian systems liblapack.so could be obtained via apt-get install libatlas-base-dev would you be so kind to check if current master works for you? since you have already installed it from source it should be very easy, and ideally done from GIT if you have one available: git clone git://github.com/PyMVPA/PyMVPA.git cd PyMVPA or just download from https://github.com/PyMVPA/PyMVPA/downloads top buttons (Download as .zip , as tar.gz) as a workaround I believe you could also try creating ~/.pymvpa2.cfg with [externals] have ctypes = no which should mask out that feature so it would not puke on you I would appreciate if you report back either current master resolves the problem for you On Thu, 26 Apr 2012, Kiefer Katovich wrote: > Hello, > I've been running PyMVPA 2.0.0 on OS X for a few weeks on an installation > from source. Specifically I have been trying to learn and use the > hyperalignment algorithm. > Today I reinstalled 2.0.1 from source, but now the hyperalignment > algorithm no longer works for me. The issue is with the python ctypes > library attempting to load 'liblapack.so' and not finding it. > I don't recall manually installing LAPACK when I installed PyMVPA > originally, and when i was using 2.0.0 it ran without this error. What is > the appropriate way for me to resolve this problem on OS X Lion? > Thank you! > Kiefer > _______________________________________________ > Pkg-ExpPsy-PyMVPA mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa -- =------------------------------------------------------------------= Keep in touch www.onerussian.com Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

