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

No module 'awscli' when deploying to EKS #56

Open
hardishw opened this issue Apr 12, 2021 · 4 comments
Open

No module 'awscli' when deploying to EKS #56

hardishw opened this issue Apr 12, 2021 · 4 comments

Comments

@hardishw
Copy link

Getting the error below even on repos where configuration hasn't changed.

Traceback (most recent call last): File "/usr/bin/aws", line 19, in <module> import awscli.clidriver ModuleNotFoundError: No module named 'awscli'

@hardishw
Copy link
Author

#55 looks like there is a PR to fix this

apt-get-brisket added a commit to JambbTeam/deliverybot-helm that referenced this issue May 12, 2021
apt-get-brisket added a commit to JambbTeam/deliverybot-helm that referenced this issue May 12, 2021
apt-get-brisket added a commit to JambbTeam/deliverybot-helm that referenced this issue May 12, 2021
@alexey-nextreason
Copy link

any chance to release this fix?

@NathanielWroblewski
Copy link

Still experiencing this -- is there a workaround?

@NathanielWroblewski
Copy link

NathanielWroblewski commented Jan 18, 2022

It looks like this may be caused by setting alpine 3.10 in the dockerfile and installing the aws-cli from edge.

If bumping to alpine:3.15 there's an aws-cli available, where for 3.10 there is not. Setting the repository to v3.15, e.g. http://dl-3.alpinelinux.org/alpine/v3.15/community/ will likely bypass the issues caused by installing from edge.

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

No branches or pull requests

3 participants