aws-quickstart/quickstart-taskcat-ci

Prebuild Error when configuring AWS CLI

bitbauer opened this issue · 3 comments

Since last weeks commands in PREBUILD phase doesn't succeed.
The error happens when aws cli configure is called. It breaks when it tries to import docevents inside botocore library.

from botocore.docs.bcdoc import docevents
ImportError: cannot import name 'docevents'

The error is known for some aws cli version.
aws-solutions/aws-control-tower-customizations#34

A sufficient workaround could be using latest aws cli version.
aws-solutions/aws-control-tower-customizations#34 (comment)

You will find more details in the logs:
log-events-viewer-result_csv.log

Added pull request:
#23

@andrew-glenn, can you please help, how to get feedback on issues and pull requests ?

Fixed in #23