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
Got the following error after "fmriprepgr '/bla/derivatives/fmriprep'", all package requirements are met, tested on several projects that used fmriprep.
fmriprepgr '/bla/derivatives/fmriprep'
Traceback (most recent call last):
File "/Users/user123/opt/anaconda3/bin/fmriprepgr", line 8, in
sys.exit(make_report())
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/fmriprepgr/reports.py", line 368, in make_report
if layout.parse_file_entities(html)['suffix'] == layout.parse_file_entities(html)['subject']:
KeyError: 'suffix'
Any suggestions? I am very new to this, sorry in advance if I am doing something wrong.
The text was updated successfully, but these errors were encountered:
Got the following error after "fmriprepgr '/bla/derivatives/fmriprep'", all package requirements are met, tested on several projects that used fmriprep.
fmriprepgr '/bla/derivatives/fmriprep'
Traceback (most recent call last):
File "/Users/user123/opt/anaconda3/bin/fmriprepgr", line 8, in
sys.exit(make_report())
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Users/user123/opt/anaconda3/lib/python3.8/site-packages/fmriprepgr/reports.py", line 368, in make_report
if layout.parse_file_entities(html)['suffix'] == layout.parse_file_entities(html)['subject']:
KeyError: 'suffix'
Any suggestions? I am very new to this, sorry in advance if I am doing something wrong.
The text was updated successfully, but these errors were encountered: