You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
MONAI does not work with Python 3.12 since it uses the deprecated (and now removed) find_module API from importlib. See Python release note.
Expected behavior
This was previously put on hold in #7096 due to torch not supporting 3.12. Since torch now has Python 3.12 support in v2.2.1, MONAI should work as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
MONAI does not work with Python 3.12 since it uses the deprecated (and now removed)
find_module
API fromimportlib
. See Python release note.To Reproduce
Expected behavior
This was previously put on hold in #7096 due to torch not supporting 3.12. Since torch now has Python 3.12 support in v2.2.1, MONAI should work as well.
The text was updated successfully, but these errors were encountered: