You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run the first-level analysis through docker/singularity after having run fMRIPrep on sub-10 of this dataset. The command I am running is the following:
where output and work are two empty directories that I created. However, I get the following error:
INFO: Using cached SIF image
Failed to import duecredit due to No module named 'duecredit'
/usr/local/miniconda/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/usr/local/miniconda/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/usr/local/miniconda/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/datasets/neurovault.py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Container
Traceback (most recent call last):
File "/src/run.py", line 180, in <module>
sys.exit(main())
File "/src/run.py", line 153, in main
suffix='events', return_type='file', **subquery)[0]
IndexError: list index out of range
Hi, I'm trying to run the first-level analysis through docker/singularity after having run fMRIPrep on sub-10 of this dataset. The command I am running is the following:
where
output
andwork
are two empty directories that I created. However, I get the following error:Any suggestions on how to handle this? Thank you!
EDIT: this happens both when running fMRIPrep by myself and when using the data already pre-processed found here: https://datasets.datalad.org/?dir=/labs/poldrack/ds003_fmriprep
The text was updated successfully, but these errors were encountered: