-
Notifications
You must be signed in to change notification settings - Fork 3k
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
python get-pip.py fails for pip 10 #5220
Comments
Thanks for the report! This is also logged as pypa/get-pip#19, as it's likely to be an issue with how get-pip bootstraps the install of pip. An alternative workaround is to use |
Will test right away and report! thanks |
fails the same way in docker image based on ubuntu:16.04 |
Sorry, do you mean |
@pfmoore no, just adding that the usual no-arg command also fails in ubuntu. |
Oh, right. Yes, it's not OS-dependent so I expect it'l fail the same everywhere. But thanks for taking the time to confirm it. |
I wonder if the version of setuptools pip 10 has embedded is smart enough to see a wheel added to the |
Yup, 9.03 had
So when previously
|
As of pypa/get-pip@ba67ea6 this should be fixed, it can take some time for the various automation machinery to pull in the updated |
Nice catch! Thanks, @dstufft |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
Simply running
python get-pip.py
fails, as if it sees itself installed in/tmp
after downloadingWhat I've run:
Workaround is to force pip9 then upgrade
The text was updated successfully, but these errors were encountered: