Jonah Jones

Results 16 comments of Jonah Jones

Were you able to install the packagecontroller on an EKS-A cluster?

The fix for this is to change either 1. Use pip3 install for lambda runtimes of 3.X 2. Delete the folder in your packaged `concurrent/futures/`

@YajJackson `pip3 uninstall futures` or Go into your folder where python packages are installed and delete the folder `concurrent/futures/` This is a backport of futures installed due to a dependency...

@thedouglenz I did the exact steps mentioned where I ran `pip3 install`, and ran `rm -rf concurrent/futures` and my lambda worked even with boto and boto3 both installed. @YajJackson I...

The fix for this is to change either 1. Use pip3 install for lambda runtimes of 3.X 2. Delete the folder in your packaged `concurrent/futures/`

Thanks for raising this issue, will check in with the CLI team on this.

Noted, thanks for the feature request.

/test eks-anywhere-e2e-presubmit

/cherrypick release-0.11