[pymvpa] Fail to install upstream/0.6.0.dev in a virtual env(Neuro Debian)

Michael Hanke michael.hanke at gmail.com
Tue Dec 14 12:01:08 UTC 2010


Hi and welcome to PyMVPA,

On Tue, Dec 14, 2010 at 04:25:06PM +0900, Hiroyuki AKAMA wrote:
> Dear List
> 
> I am just a beginner of pymvpa and quite new in your group (though my
> collaborator Brian already participated in the debates of this ML).
> Now I am struggling to install upstream/0.6.0.dev from the source
> (http://git.debian.org/?p=pkg-exppsy/pymvpa.git;a=shortlog;h=refs/tags/upstream/0.6.0.dev)
> in NeuroDebian on Windows 7 amd-64. 

If you are starting with PyMVPA today, trying 0.6.dev is the right thing
to do. However, updating the documentation to match this code is what we
are working on right now. Fortunately, we already finished updating the
tutorial that you can find at

  http://dev.pymvpa.org/tutorial.html

> The result is as follows.
> >>> import mvpa
> (success. No warning)
> >>> from mvpa.misc.io.base import SampleAttributes
> (success. No warning)
> >>> from mvpa.datasets.nifti import NiftiDataset
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named nifti

This happens because the module doesn't exist in 0.6 anymore. The
comparable 0.6 import would be

  from mvpa.datasets.mri.fmri_dataset

please take a look at the tutorial for more details.


If your are having difficulties, please report them. Since 0.6 is quite
fresh there are probably some rough edges and we'd be glad to iron them
out.

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de



More information about the Pkg-ExpPsy-PyMVPA mailing list