You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard:4.0 (and, presumably, all the others) image uses an older version of awscli which is incompatible with later versions of boto3. See this issue: boto/boto3#2596
This is an issue when a build script installs a newer version of boto3 (e.g. as part of testing a Python package) without also updating awscli.
It looks like awscli/boto3 isn't pinned in this repo, so all that needs to happen is for the images to be built again and pushed to wherever codebuild keeps its images.
The text was updated successfully, but these errors were encountered:
This could be considered low priority as it's pretty easy to work around - install the latest version of awscli yourself. I think it would be good to get it resolved here, though, as I think CodeBuild should work out of the box with the latest boto3.
TomDufall
changed the title
standard:4.0 awscli imcompatible with latest boto3
standard:4.0 awscli incompatible with latest boto3
Nov 11, 2020
Standard:4.0 was rebuilt with the latest release, which should have picked up the latest aws cli V1 and its dependencies. Standard:5.0 (available now) onwards we are switching to aws cli v2, which doesn't have external dependencies that require version locking.
The standard:4.0 (and, presumably, all the others) image uses an older version of awscli which is incompatible with later versions of boto3. See this issue: boto/boto3#2596
This is an issue when a build script installs a newer version of boto3 (e.g. as part of testing a Python package) without also updating awscli.
It looks like awscli/boto3 isn't pinned in this repo, so all that needs to happen is for the images to be built again and pushed to wherever codebuild keeps its images.
The text was updated successfully, but these errors were encountered: