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

alpine: py-pip has been renamed to py2-pip #51

Open
mcallaghan-bsm opened this issue Apr 5, 2019 · 1 comment
Open

alpine: py-pip has been renamed to py2-pip #51

mcallaghan-bsm opened this issue Apr 5, 2019 · 1 comment

Comments

@mcallaghan-bsm
Copy link

FYI

Here:
https://github.com/William-Yeh/docker-ansible/blob/master/alpine3/Dockerfile#L20
, the py-pip package is installed using apk on the alpine flavour:

 apk --update add python py-pip openssl ca-certificates && \

However AFAIK, the py-pip package was at some point in the past renamed to simply py2-pip. Therefore I would suspect this action to fail on your alpine builds.

py-pip search: NO RESULTS
https://pkgs.alpinelinux.org/packages?name=py-pip&branch=edge


It looks like this happened as of alpine version 3.4
py-pip search: YIELDS RESULTS
https://pkgs.alpinelinux.org/packages?name=py-pip&branch=v3.4&arch=x86_64

vs.

py-pip search: NO RESULTS
https://pkgs.alpinelinux.org/packages?name=py-pip&branch=v3.5&arch=x86_64

vs.

py2-pip search: YIELDS RESULTS
https://pkgs.alpinelinux.org/packages?name=py2-pip&branch=v3.5&arch=x86_64

@mcallaghan-bsm
Copy link
Author

on an unrelated note, there is no py3-pip, as it comes in the python3 package
https://pkgs.alpinelinux.org/package/v3.5/main/x86_64/python3

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

1 participant