-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Unable to install awscli #6064
Comments
I'm having the same issue here. Probably will need to install a specific version to prevent this issue. |
I tried rolling back to an older version without luck. However, the issue seems to have resolved itself for me. |
Looks like you're using Python 2? You're trying to get https://setuptools.readthedocs.io/en/latest/python%202%20sunset.html I'm looking to see if any of the CLI or My successful attempt:
|
I seem to be having a very similar issue trying to install awscli on a system with Python 2.7 right now. ` Downloading awscli-1.19.45.tar.gz (1.4MB) 100% |████████████████████████████████| 1.4MB 403kB/s
` I think this error is because setuptools is out of date. Trying to install setuptools, I'm running into difficulty installing a version that works with Python 2.7. |
I receive such issue trying to install awscli with Python 2.7:
This error came since this release |
Hi @KostyaRolique, @1upD (and anyone else experiencing this issue) - thanks for the reports. Can you confirm what your environment looks like?
@KostyaRolique - it looks like you're experiencing a separate issue and need to upgrade @1upD - the link I posted about Python 2 sunsetting for As a reminder to all, the AWS CLI will drop support for Python 2 on July 15, 2021: |
Hi all, I think it fixed in awscli-1.19.46:
|
One commonality I'm seeing in the provided info is For anyone still experiencing issues on Python 2.7, we'd recommend upgrading In that case, we'd recommend upgrading to a supported version for Python 2.7. That would be any version between 9.0 and 20.3.4 ( |
I was facing a similar but not the exact same issue with the release of aws-cli v1.19.45 but it got automatically fixed in v1.19.46 and it has now come back in v1.19.48
I was able to fix the issue with @nateprewitt solution |
Thanks @nateprewitt! Marking this as resolved. |
|
Since the Friday update my CI/CD pipeline is unable to install aws-cli
The text was updated successfully, but these errors were encountered: