[pymvpa] LinearCSVMC module not found

Nick Oosterhof n.n.oosterhof at googlemail.com
Mon Sep 28 16:38:05 UTC 2015


> On 28 Sep 2015, at 18:28, Liang, Guangsheng <guangsheng.liang at ttu.edu> wrote:
> 
> Here is the error returned:
> 
> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy/integrate/quadpack.py:293: UserWarning: Extremely bad integrand behavior occurs at some points of the
> integration interval.
> warnings.warn(msg)
> WARNING: None of SVM implementation libraries was found
> * Please note: warnings are printed only once, but underlying problem might occur many times *
> Traceback (most recent call last):
> File "svm_margin.py", line 30, in <module>
> from mvpa2.clfs.svm import LinearCSVMC
> ImportError: cannot import name LinearCSVMC

Can you please verify that the following files exist on your machine?

/Users/tumo/anaconda/lib/python2.7/site-packages/mvpa2/clfs/libsmlrc/smlrc.so
/Users/tumo/anaconda/lib/python2.7/site-packages/mvpa2/clfs/libsmlrc/smlrc.o
/Users/tumo/anaconda/lib/python2.7/site-packages/mvpa2/clfs/libsvmc/_svmc.so
/Users/tumo/anaconda/lib/python2.7/site-packages/mvpa2/clfs/libsvmc/_svmc.o

Maybe it's a path issue. What is the output of:

    python -c "import sys;print('\n'.join(sys.path))"





More information about the Pkg-ExpPsy-PyMVPA mailing list