pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.52k stars 258 forks source link

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

Closed jsirois closed 1 month ago

jsirois commented 1 month ago

Although #2017 will be resolved by a patch to Pex's vendored Pip (See https://github.com/pex-tool/pip/pull/13), no modern Pip until 24.2 will support this. When adding support, update tests with a reference to this issue.