[Webkit-unassigned] [Bug 260726] python autoinstaller is broken with python 3.12
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 25 12:06:46 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260726
Michael Catanzaro <mcatanzaro at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at redhat.com
--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
(In reply to Michael Catanzaro from comment #0)
> AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you
> mean: 'zipimporter'?
Solution here is simple: just need to update setuptools.
Next bug:
Traceback (most recent call last):
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/git-webkit", line 82, in <module>
sys.exit(program.main(
^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py", line 164, in main
repository.classifier = classifier(repository) or repository.classifier
^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/git-webkit", line 38, in callback
repository = repository.remote()
^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/decorators.py", line 56, in decorator
value = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py", line 533, in remote
return remote.Scm.from_url(url, contributors=self.contributors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/scm.py", line 76, in from_url
return candidate(url, contributors=contributors, classifier=classifier)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/git_hub.py", line 368, in __init__
self.session = requests.Session()
^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/call_by_need.py", line 35, in __getattribute__
return object.__getattribute__(self, 'value').__getattribute__(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/call_by_need.py", line 41, in value
self._value = self._callback()
^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/git_hub.py", line 36, in <lambda>
requests = CallByNeed(lambda: __import__('requests'))
^^^^^^^^^^^^^^^^^^^^^^
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/__init__.py", line 43, in <module>
import urllib3
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/urllib3/__init__.py", line 7, in <module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230825/4cc5da08/attachment-0001.htm>
More information about the webkit-unassigned
mailing list