https://stackoverflow.com/questions/77364550/attributeerror-module- pkgutil-has-no-attribute-impimporter-did-you-mean
-- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenkins. https://bugs.launchpad.net/bugs/2038855 Title: pkgutil.ImpImporter is deprecated and Removed in Python 3.12.0 Status in Python Jenkins: New Bug description: 09:54:15 Traceback (most recent call last): 09:54:15 File "C:\Jenkins/create_jenkins_node_jnlp.py", line 8, in <module> 09:54:15 import jenkins 09:54:15 File "C:\Users\Administrator\AppData\Roaming\Python\Python312\site-packages\jenkins\__init__.py", line 68, in <module> 09:54:15 from jenkins import plugins 09:54:15 File "C:\Users\Administrator\AppData\Roaming\Python\Python312\site-packages\jenkins\plugins.py", line 45, in <module> 09:54:15 import pkg_resources 09:54:15 File "C:\Users\Administrator\AppData\Roaming\Python\Python312\site-packages\pkg_resources\__init__.py", line 2191, in <module> 09:54:15 register_finder(pkgutil.ImpImporter, find_on_path) 09:54:15 ^^^^^^^^^^^^^^^^^^^ 09:54:15 AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? Windows 10 Python 3.12.0 https://docs.python.org/3.11/library/pkgutil.html?highlight=impimporter#pkgutil.ImpImporter To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/2038855/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp