[Neuroimaging] nipy, dipy manylinux wheels
Matthew Brett
matthew.brett at gmail.com
Sat Jun 25 18:01:19 EDT 2016
Hi,
I took the liberty of building and testing and then uploading
manylinux1 [1] wheels for nipy [2] and dipy [3].
On almost any Intel / AMD-based Linux you can now get numpy, scipy,
nipy, dipy all with binary wheels, so installation should be pretty
quick and painless. Try with something like:
virtualenv for-wheels
source for-wheels/bin/activate
python -m pip install --upgrade pip # get latest pip
pip install numpy nibabel scipy nipy dipy
While you are at it:
pip install scikit-learn
This also works on OSX, but that's been so for a while now.
Cheers,
Matthew
[1] https://www.python.org/dev/peps/pep-0513
[2] https://travis-ci.org/MacPython/nipy-wheels
[3] https://travis-ci.org/MacPython/dipy-wheels
More information about the Neuroimaging
mailing list