AWS CLI 2.15.14-r0 throwing XML_SetReparseDeferralEnabled: symbol not found error #8913
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
third-party
This issue is related to third-party libraries or applications.
Describe the bug
AWS CLI throwing an error on aws-cli-2.15.14-r0 when executing
aws --help
Error relocating /usr/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-musl.so: XML_SetReparseDeferralEnabled: symbol not found
Expected Behavior
No errors to occur.
Current Behavior
error is thrown
Reproduction Steps
docker run -ti --entrypoint /bin/sh registry.gitlab.com/gitlab-org/terraform-images/stable:latest
apk update && apk add --no-cache aws-cli bash
aws --help
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli-2.15.14-r0
Environment details (OS name and version, etc.)
Alpine - 3.18.4
The text was updated successfully, but these errors were encountered: