Skip to content

get-pip.py fails when run with pip==9.0.* version specification. #9

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

Closed
jwalgran opened this issue Oct 5, 2018 · 2 comments · Fixed by #10
Closed

get-pip.py fails when run with pip==9.0.* version specification. #9

jwalgran opened this issue Oct 5, 2018 · 2 comments · Fixed by #10
Assignees

Comments

@jwalgran
Copy link
Member

jwalgran commented Oct 5, 2018

TASK [azavea.pip : Install pip] ************************************************
fatal: [default]: FAILED! => {"changed": true, "cmd": ["python", "get-pip.py", "pip==9.0.*"], "delta": "0:00:00.915082", "end": "2018-10-05 17:06:15.290511", "failed": true, "msg": "non-zero return code", "rc": 1, "start": "2018-10-05 17:06:14.375429", "stderr": "Double requirement given: pip (already in pip==9.0.*, name='pip')", "stderr_lines": ["Double requirement given: pip (already in pip==9.0.*, name='pip')"], "stdout": "", "stdout_lines": []}

This currently unanswered SO question looks to be related
https://stackoverflow.com/questions/52669471/how-to-install-specific-pip-version-with-pip-18-1

@hectcastro hectcastro added this to the Operations Sprint: 10/12-10/25 milestone Oct 5, 2018
@hectcastro
Copy link
Contributor

See also: pypa/get-pip#37

@hectcastro hectcastro modified the milestones: Operations Sprint: 10/12-10/25, Operations Sprint: 9/28-10/11 Oct 8, 2018
@hectcastro
Copy link
Contributor

For this task, we should try to add an additional variable so that a get-pip.py version can be supplied. The goal being to target get-pip.py under this subdirectory: https://bootstrap.pypa.io/3.3/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants