You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After upgrading to PIP 20.3.4, getting this error,
[INFO] Relax tty requirement
[INFO] Check for python/pip
Traceback (most recent call last):
File "<stdin>", line 24226, in <module>
File "<stdin>", line 199, in main
File "<stdin>", line 82, in bootstrap
File "/tmp/tmpVWyxHB/pip.zip/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
Thanks for filing this issue! Unlike the description implies, the issue is not with pip 20.3.4, but with aws-quickstart is using https://bootstrap.pypa.io/get-pip.py directly:
The latest get-pip.py (which is for 21.0, NOT 20.3.4) does not support Python 2.
Please file an issue with them to update their scripts for the reality that pip as dropped Python 2 support and they should use get-pip.py from https://bootstrap.pypa.io/2.7/ instead. :)
Environment
Description
After upgrading to PIP 20.3.4, getting this error,
Expected behavior
Working fine with PIP 20.3.3
How to Reproduce
Output
The text was updated successfully, but these errors were encountered: