-
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
get-pip.py is triggering a Syntax Error on Python 2.7 #9520
Comments
Reproduced. % Total % Received % Xferd Average Speed Time Time Time Current |
@cclauss pull from https://bootstrap.pypa.io/2.7/get-pip.py , that's what fixed it for me. |
This solved my issue. Thanks! |
I’ll advise further discussion happen in pypa/get-pip#87 instead. |
This usage of an f-string breaks |
We are hitting the issue as described pypa/pip#9520. Fix to use get_pip.py from 2.7 repo. Signed-off-by: Abhishek Dosi <[email protected]>
This solved it for me :) |
Environment
Description
F-string in get-pip.py is causing Syntax Error on Py2.
Expected behavior
How to Reproduce
Output
The text was updated successfully, but these errors were encountered: