I’m trying to run fmriprep on a HPC using slurm and singularity but I’m experiencing the following error:
/opt/conda/lib/python3.8/site-packages/bids/config.py:39: FutureWarning: Setting ‘extension_initial_dot’ will be removed in pybids 0.16.
warnings.warn(“Setting ‘extension_initial_dot’ will be removed in pybids 0.16.”,
Traceback (most recent call last):
File “/opt/conda/bin/fmriprep”, line 8, in
sys.exit(main())
File “/opt/conda/lib/python3.8/site-packages/fmriprep/cli/run.py”, line 42, in main
import sentry_sdk
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in _load_unlocked
File “”, line 844, in exec_module
File “”, line 980, in get_code
File “”, line 1038, in get_data
OSError: [Errno 5] Input/output error
Has anyone else had this issue and/or have any suggestions on how to resolve this?
The code you linked to makes a job script. It would help to see what the job script looks like. My guess based on the error message is that an important path for fmriprep is either not being passed into singulairty correctly or is not mounted in the singularity container.