I used $ sudo port install py25-pymvpa +scipy +pynifti +hcluster +libsvm +matplotlib +pywavelet to install, but the script that I am trying to use is returning:
from mvpa.clfs.svm import RbfCSVMC # http://www.pymvpa.org/classifiers.html apt-get install python-mvpa ImportError: cannot import name RbfCSVMC In the Python console: >>> import mvpa >>> mvpa.base.externals.testAllDependencies(force=True) WARNING: libsvm verbosity control is not available. * Please note: warnings are printed only once, but underlying problem might occur many times * >>> mvpa.cfg [externals] have griddata = yes have good scipy.stats.rdist = yes have pylab plottable = yes have pywt wp reconstruct = no have pywt = yes have lxml = no have running ipython env = no have mdp >= 2.4 = no have sg_fixedcachesize = no have elasticnet = no have shogun.mpd = no have matplotlib = yes have hcluster = no have scipy = yes have openopt = no have libsvm = no have sg >= 0.6.4 = no have weave = yes have atlas_fsl = no have mdp = no have ctypes = yes have libsvm verbosity control = no have shogun.svrlight = no have rpy = no have shogun = no have glmnet = no have pywt wp reconstruct fixed = no have nifti >= 0.20090205.1 = no have lars = no have nifti = no have atlas_pymvpa = no have cpickle = yes have numpy = yes have pylab = yes have shogun.lightsvm = no have gzip = yes [general] verbose = 1 Why no libsvm? Regards, Forrest _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

