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!