We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear nltools team,
It seems nltools 0.5.1 is currently not working with nilearn 0.10.4 under Python 3.11.6. The error I get when running:
from nltools import *
is
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[30], line 1 ----> 1 from nltools import * File /opt/conda/lib/python3.11/site-packages/nltools/datasets.py:25 23 import pandas as pd 24 from nltools.data import Brain_Data ---> 25 from nilearn.datasets.utils import _get_dataset_dir, _fetch_file 26 from pynv import Client 28 # Optional dependencies ImportError: cannot import name '_get_dataset_dir' from 'nilearn.datasets.utils' (/opt/conda/lib/python3.11/site-packages/nilearn/datasets/utils.py)
The text was updated successfully, but these errors were encountered:
If anyone else runs into this problem, before this toolbox is fixed, this is a combination of older dependency versions that works with Python 3.11.6:
pip install nltools==0.4.7 nilearn==0.10.2 scipy==1.11.4
Sorry, something went wrong.
No branches or pull requests
Dear nltools team,
It seems nltools 0.5.1 is currently not working with nilearn 0.10.4 under Python 3.11.6. The error I get when running:
is
The text was updated successfully, but these errors were encountered: