Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Pip 24.2 / statically linked musl libc CPythons #2471

Closed
jsirois opened this issue Jul 24, 2024 · 0 comments · Fixed by #2481
Closed

Add support for Pip 24.2 / statically linked musl libc CPythons #2471

jsirois opened this issue Jul 24, 2024 · 0 comments · Fixed by #2481
Assignees

Comments

@jsirois
Copy link
Member

jsirois commented Jul 24, 2024

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.

@jsirois jsirois self-assigned this Jul 24, 2024
jsirois added a commit that referenced this issue Jul 24, 2024
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
jsirois added a commit to jsirois/pex that referenced this issue Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant