This page covers the necessary steps to install Nipype.
The installation process is similar to other Python packages.
If you already have a Python environment setup that has the dependencies listed below, you can do:
easy_install nipype
or:
pip install nipype
Add the NeuroDebian repository and install the python-nipype package using apt-get or your favorite package manager.
The easiest way to get nipype running on Mac OS X is to install Anaconda or Canopy and then add nibabel and nipype by executing:
easy_install nibabel
easy_install nipype
If you downloaded the source distribution named something like nipype-x.y.tar.gz, then unpack the tarball, change into the nipype-x.y directory and install nipype using:
python setup.py install
Note: Depending on permissions you may need to use sudo.
The best way to test the install is to run the test suite. If you have nose installed, then do the following:
python -c "import nipype; nipype.test()"
you can also test with nosetests:
nosetests --with-doctest /software/nipy-repo/masternipype/nipype
--exclude=external --exclude=testing
All tests should pass (unless you’re missing a dependency). If SUBJECTS_DIR variable is not set some FreeSurfer related tests will fail. If any tests fail, please report them on our bug tracker.
On Debian systems, set the following environment variable before running tests:
export MATLABCMD=$pathtomatlabdir/bin/$platform/MATLAB
where, $pathtomatlabdir is the path to your matlab installation and $platform is the directory referring to x86 or x64 installations (typically glnxa64 on 64-bit installations).
On unix systems, set an empty environment variable:
export NIPYPE_NO_MATLAB=
This will skip any tests that require matlab.
Below is a list of required dependencies, along with additional software recommendations.
Python 2.6 - 2.7
NumPy 1.3 - 1.7
Enthought Traits 4.0.0 - 4.3.0
Dateutil 1.5 -
RDFLib 4.1 RDFLibrary required for provenance export as RDF