[Webkit-unassigned] [Bug 178925] New: autoinstall can't download from http://pypi.python.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 00:39:19 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178925

            Bug ID: 178925
           Summary: autoinstall can't download from http://pypi.python.org
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: lforschler at apple.com

autoinstall can't download from http://pypi.python.org

> $ ./Tools/Scripts/check-webkit-style
> No handlers could be found for logger "webkitpy.common.system.autoinstall"
> Traceback (most recent call last):
>   File "./Tools/Scripts/check-webkit-style", line 44, in <module>
>     from webkitpy.style.main import CheckWebKitStyle
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/style/main.py", line 27, in <module>
>     import webkitpy.style.checker as checker
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/style/checker.py", line 53, in <module>
>     from checkers.python import PythonChecker
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/style/checkers/python.py", line 30, in <module>
>     from webkitpy.thirdparty.autoinstalled import pep8
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 92, in find_module
>     self._install_pep8()
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 120, in _install_pep8
>     "pep8-0.5.0/pep8.py")
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 214, in _install
>     installer.install(url=url, url_subpath=url_subpath, target_name=target_name)
>   File "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/common/system/autoinstall.py", line 517, in install
>     raise Exception(message)
> Exception: Error auto-installing the pep8.py package to:
>  "/Users/fujii/work/webkit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pep8.py"
>  --> Inner message: Could not download Python modules from URL "None".
>  Make sure you are connected to the internet.
>  You must be connected to the internet when downloading needed modules for the first time.
>  --> Inner message: <urlopen error [Errno 8] nodename nor servname provided, or not known>

-- 
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/20171027/8b5a75fa/attachment.html>


More information about the webkit-unassigned mailing list