Skip to content
New issue

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

File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/fmriprepgr/reports.py", line 368, in make_report if layout.parse_file_entities(html)['suffix'] == layout.parse_file_entities(html)['subject']: KeyError: 'subject' #7

Open
Michael-Sun opened this issue Jul 7, 2023 · 0 comments

Comments

@Michael-Sun
Copy link

I get the following error when running fmriprepgr on my derivatives/fmriprep directory:

Traceback (most recent call last):
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/bin/fmriprepgr", line 33, in
sys.exit(load_entry_point('fmriprep-group-report==0.0.9', 'console_scripts', 'fmriprepgr')())
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/dartfs-hpc/rc/home/j/f003z4j/miniconda3/lib/python3.9/site-packages/fmriprepgr/reports.py", line 368, in make_report
if layout.parse_file_entities(html)['suffix'] == layout.parse_file_entities(html)['subject']:
KeyError: 'subject'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant