No module 'awscli' when deploying to EKS
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'
https://github.com/deliverybot/helm/pull/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. http://dl-3.alpinelinux.org/alpine/v3.15/community/ will likely bypass the issues caused by installing from edge.