Cant import "modality" from intensity_normalization.typing #64
Answered
by
jcreinhold
Shakka1511
asked this question in
Q&A
-
Everytime I try to import the "modality" using
it gives an import error
Using pythton 3.9 Is there any way to solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
jcreinhold
Jul 5, 2022
Replies: 1 comment 3 replies
-
You should be able to import it by typing: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jcreinhold
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to import it by typing:
from intensity_normalization.typing import Modality
. Note the capitalM
.