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

manylinux_2_28_x86_64 image doesn't have pip #1623

Closed
FireMasterK opened this issue Jun 4, 2024 · 1 comment
Closed

manylinux_2_28_x86_64 image doesn't have pip #1623

FireMasterK opened this issue Jun 4, 2024 · 1 comment

Comments

@FireMasterK
Copy link

To reproduce, run:

docker run -ti quay.io/pypa/manylinux_2_28_x86_64:latest
python3 -m pip

Related issue: PyO3/maturin-action#249

@mayeut
Copy link
Member

mayeut commented Jun 4, 2024

python3 / python2 and/or python are system pythons, manylinux/musllinux does not explicitly install or require them but they are almost always present as dependencies to other system packages.

The python versions built and available are listed in the readme: https://github.com/pypa/manylinux?tab=readme-ov-file#image-content

Symlinks to python3.x are available but you need to be explicit w.r.t. x being one of the minor versions present in the image. All those symlinks are in /usr/local/bin.
pip is available with all those python we manage using python3.x -m pip.

@mayeut mayeut closed this as completed Jun 4, 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

No branches or pull requests

2 participants