Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-2355

zipimporter deprecation warnings

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: High High
    • None
    • None
    • Plugins API
    • 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

            outsidecontext Philipp Wolfer
            outsidecontext Philipp Wolfer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package