-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
libpython3.11.so.1.0: pwritev2: symbol not found #8698
Comments
I have the following error |
I was searching for a solution for the same symptom, where I am trying to build my image with Google Cloud SDK, it coincided with the bump in Python docker image last week to support new Alpine version My solution currently is to pin to Python image to Alpine 3.19
|
Appears to be an issue with Alpine as noted above. and pinning to Python 3.11.9 works. I think this should continue to be tracked in the issue linked above (docker-library/python#927) going forward. |
Describe the bug
When using aws-cli, we get this error:
Expected Behavior
Things used to work fine
Current Behavior
Reproduction Steps
Use this Dockerfile:
Possible Solution
No response
Additional Information/Context
No response
CLI version used
latest
Environment details (OS name and version, etc.)
docker linux alpine + docker amazoncorretto alpine
The text was updated successfully, but these errors were encountered: