-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
pip installing nibabel under python2 installs a non working nibabel because of missing six in the requirements. As a result, the CI is broken on nilearn:
nilearn/nilearn#1900
Steps to reproduce:
- Create a clean python2.7 virtualenv
- "pip install nibabel"
- Try importing nibabel
Results in
File "/home/varoquau/tmp/clean_venv/local/lib/python2.7/site-packages/nibabel/testing/__init__.py", line 29, in <module>
from six.moves import zip_longest
ImportError: No module named six.moves