We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeb06a commit 2f60913Copy full SHA for 2f60913
1 file changed
monai/utils/module.py
@@ -195,6 +195,7 @@ def load_submodules(
195
pass # could not import the optional deps., they are ignored
196
except ImportError as e:
197
msg = (
198
+ f"\nError on import of {name}\n"
199
"\nMultiple versions of MONAI may have been installed?\n"
200
"Please see the installation guide: https://monai.readthedocs.io/en/stable/installation.html\n"
201
) # issue project-monai/monai#5193
0 commit comments