lukassnoek / pybest

PYthon package for Beta ESTimation (of single-trial fMRI data)
MIT License
7 stars 5 forks source link

nilearn==0.7.0a0 #3

Closed mszinte closed 4 years ago

mszinte commented 4 years ago

This is not an issue but a report.

When I installed your package I got a problem with the module nilearn.glm which seems to exist only in the last version of nilearn (only in nilearn==0.7.0a0 before it will be nilearn.stats).

My pip will install always a previous version of nilearn, I thus had to clone the last version and install it... git clone https://github.com/nilearn/nilearn.git python setup.py develop --user After this it worked well.

lukassnoek commented 4 years ago

Good point, I'll add it to the readme.