-
Task
-
Resolution: Fixed
-
High
-
None
-
None
-
None
With Python 3.10 there are several deprecation warnings in regards to the use of the zipimporter module in pluginmanager:
DeprecationWarning: zipimporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead
DeprecationWarning: zipimporter.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead
DeprecationWarning: zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead
- has related issue
-
PICARD-2354 DeprecationWarning: the imp module is deprecated in favour of importlib
- Closed
- is related to
-
PICARD-2393 Code cleanup and refactorings
- Open
-
PICARD-1861 Update plugin management system
- In Progress
- is resolved by
-
PICARD-2751 The plugin system uses deprecated APIs, incompatible with Python 3.12
- Closed