-
Notifications
You must be signed in to change notification settings - Fork 157
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
ModuleNotFoundError: No module named 'nibabel.gifti.giftiio' #181
Comments
Because I tried a .dtseries.nii file, I commented this import line out. However, I still encountered a new error: and I found the Debin |
Yes, you need an older version of nibabel such as version 3.2.0. The giftiio has been deprecated. See its changelog. https://github.com/nipy/nibabel/blob/504776c504fc8803d15fb444dd077ec91ec4f54d/Changelog
|
Hi, Can you provide a working set of requirements? |
@tiborauer , have you found a solution? I am running into the same issue with nibabel and then numpy incompatibilities. My environment is using the requirements.txt file given in ./cifitify/ciftify_requirements.txt. A working set of requirements would be great. Thanks! |
@edickie Thank you very much for this tool! Unfortunately I am running into the same issue mentioned in this thread. Is there a working set of package requirements by any chance? Thanks. |
Hi, I hope it can help you. |
I am also having this problem. On first read the solution posted by @lijin-coder isn't making a lot of sense to me... |
Hi all, Due to the lack of support/development, I decided on another solution based on FreeSurfer and niworkflow. You can check out my implementation in reproanalysis extension. |
Hi all, I can confirm that @lijin-coder 's solution worked for me. Here's a brief guide for anyone still having this issue:
|
Hi there,
Many thanks for developing this awesome tool. I hope to use this tool to temporal filter my cifti fMRI data, but I found it cannot find the module 'nibabel.gifti.giftiio'. I checked the API info of nibabel (v 5.0.0) on this page: https://nipy.org/nibabel/reference/nibabel.gifti.html, and also did not find this module. Does this tool depend on an older version of nibabel? Can you please provide me with some suggestions to deal with this issue? Thank you very much.
Best regards,
Debin
The text was updated successfully, but these errors were encountered: