ModuleNotFoundError: No module named 'intensity_normalization.type' #70
-
Hi, I've been unable to import this module, I'm getting this error: from intensity_normalization.type import Array, NiftiImage
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'intensity_normalization.type' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There is no module named |
Beta Was this translation helpful? Give feedback.
-
I just noticed that it wasn't the link to the document, anyway I couldn't find it and yes I was doing that on python but since I got some troubles I'm now running everything from the CLI, and it's working well so far, I also wanted to ask you if it's possible to remove outliers of pixels outside a range [-3,3 sigma] for instance. |
Beta Was this translation helpful? Give feedback.
There is no module named
type
. Where are you getting that from? See discussion #62 for more if you're unable to importintensity_normalization.typing
.