| Summary: | Failed to install logilab-common-0.58.1 with Windows Python 2.7 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Fujii Hironori
2021-03-24 13:19:27 PDT
Bug 223609 Comment 2 is going to change the version of logilab.common. I tested the patch and confirmed it doesn't have this issue. We sure this is Python 2.7? test-webkitpy has a Python 3 she-bang now. Because shebang doesn't work on Windows, Windows devs have to remember which interpreter is expected by each script and explicitly invoke them. For example, python3.exe .\Tools\Scripts\test-webkitpy python.exe .\Tools\Scripts\test-webkitpy-python2 Anyway, test-webkitpy-python2 also has this issue. Python 2.7 is no longer used. Closed. |