-
Notifications
You must be signed in to change notification settings - Fork 99
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
Linux WPK package error: No module named 'botocore.httpchecksum #2668
Labels
Comments
Upgrading botocore seems to solve the issue:
ECSTasks and containers were already upgraded |
LGTM |
LGTM! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
WPK package generation fails due to AWS seems to be broken in the docker container:
This seems to be related with the installation of a specific botocore dependency
RUN pip3 install --upgrade botocore==1.20.54
It is necessary to upgrade botocore in order to allow WPK Linux package
The text was updated successfully, but these errors were encountered: