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

Point to compatible pip for Python 2.7 #82

Closed
wants to merge 1 commit into from
Closed

Conversation

mcab
Copy link
Member

@mcab mcab commented Jan 24, 2021

On our CI images, the python executable is Python 2.7.

pip 21.0 dropped support for Python 2.7 (pypa/pip#9500)
and says to use a different URL to still retain that support. In order to install AWS CLI
from pip, we need to have a compatible version of pip.

On our CI images, the `python` executable is Python 2.7.

pip 21.0 dropped support for Python 2.7 (pypa/pip#9500)
and says to use a different URL to still retain that support. In order to install AWS CLI
from pip, we need to have a compatible version of pip.
@mcab mcab requested a review from a team as a code owner January 24, 2021 23:29
@mcab mcab requested review from ghirsch1 and removed request for a team January 24, 2021 23:29
Copy link
Contributor

@ghirsch1 ghirsch1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like this is unnecessary given #81 but if that's not the case feel free to re-request.

@mcab
Copy link
Member Author

mcab commented Jan 25, 2021

v2 > v1, so, closed by #81.

@mcab mcab closed this Jan 25, 2021
@mcab mcab deleted the mcab/fix-publishing branch September 23, 2022 22:30
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

Successfully merging this pull request may close these issues.

2 participants