-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No module 'awscli' when deploying to EKS #56
Comments
#55 looks like there is a PR to fix this |
any chance to release this fix? |
Still experiencing this -- is there a workaround? |
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. |
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'
The text was updated successfully, but these errors were encountered: