You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although #2017 will be resolved by a patch to Pex's vendored Pip (See pex-tool/pip#13), no modern Pip until 24.2 will support this. When adding support, update tests with a reference to this issue.
The text was updated successfully, but these errors were encountered:
This pulls in a new vendored version of Pip with
the recent fix in pypa/pip#12716 applied in
pex-tool/pip#13. As a result, Pex can run using
vendored Pip under statically linked musl libc CPython interpreters.
This opens the door to bootstrapping newer unpatched Pip's that also
have this same fix (versions 24.2 and later; see: #2471).
Fixes#2017
Although #2017 will be resolved by a patch to Pex's vendored Pip (See pex-tool/pip#13), no modern Pip until 24.2 will support this. When adding support, update tests with a reference to this issue.
The text was updated successfully, but these errors were encountered: