-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Installation is broken: Requirement.parse('urllib3<1.23,>=1.21.1') #3535
Comments
Same issue on aws forum: https://forums.aws.amazon.com/thread.jspa?threadID=289084 |
Found workaround: |
This is actually unrelated to the |
But, but... as a sole user of In other words, is it possible to provide some kind of "binary" or prebuilt version of the CLI to avoid such problems in future? |
@kirillgroshkov You're absolutely right that as an end user of the CLI you shouldn't need to care that much about the fact that it's implemented in python. While we don't have a 'binary' exactly we do generate bundled installers which installs the AWS CLI and its dependencies in an isolated virtual environment to avoid dependency conflicts like these. I'm not sure if the team that works on |
@kirillgroshkov sorry you are facing this problem. It will be fixed in EBCLI 3.14.5 which will be out hopefully early next week. |
This still appears to be an issue when installing from the other repository. I just ran a fresh install.
|
@sinjihn-4th-valley I just solved it with |
I'm running
pip install --upgrade awscli awsebcli && rm -rf ~/.cache/pip \ && aws --version && eb --version
awscli
returns this stacktrace:Help!
The text was updated successfully, but these errors were encountered: