> On 24 Sep 2015, at 11:45, Liang, Guangsheng <[email protected]> wrote:
>
> Yes, I do find smlrc.so, and _svmc.so file after installing anaconda on my
> computer.
Are these in the ${PYMVPA_ROOT}/mvpa2 directory, or in a
${PYMVPA_ROOT}//build/*/mvpa2 directory? In the latter case, you may have to
copy them to the ${PYMVPA_ROOT}/mvpa2 directory.
In more detail, as described earlier [1], I noticed that when running python
setup.py build_ext on OSX, the output is stored in the build directory.
Manually copying the files to the mvpa2 directory made them accessible in
PyMVPA. Specifically, the following worked when run from the PyMVPA root
directory:
for ext in .so .o; do for i in `find build -iname "*${ext}"`; do j=`echo $i
| cut -f3- -d/`; cp $i $j; done; done
Can you try and see if that resolves the issue? If it does not, can you provide
the full error message and also, from within python/ipython, the output of:
import mvpa2
mvpa2.wtf()
[1]
http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/2015q3/003176.html
_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa