module 'monai.data' has no attribute 'NibabelWriter' #6373
Replies: 1 comment 1 reply
-
I uninstall, reinstall MONAI and reselect my conda kernel as the interpreter and everything works, though I still don't why that error occurred. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have just installed MONAI version 1.1.0 on my conda environment.
When I run
writer = monai.data.NibabelWriter()
, I got the following error:AttributeError: module 'monai.data' has no attribute 'NibabelWriter'
Do you have any ideas about what might be going on? I am grateful for your help-- thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions