"'GLIBC_2.38' not found" when installing Python 3.10 on container derived from python:3.10-slim
#1013
Open
2 of 5 tasks
Labels
bug
Something isn't working
Hello there 👋 Thanks for the action, very useful! We've encountered a strange bug today:
Description:
We're using
setup-python
in a matrix to test our product on several Python versions.The tests were running in a container derived from
python:3.9-slim
, where we previously installed all our tools. We were running tests with Python 3.8, 3.9, 3.10 and 3.11 and all was working fine.Today we updated this image to
python:3.10-slim
, but now when we setup Python 3.10,python
crashes when invoked.Our tests also run with Python 3.11 setup which does not trigger this issue.
Action version:
actions/setup-python@v5
Platform:
Runner type:
Tools version:
Repro steps:
I've tried and cornered the issue in the following workflow which triggers the bug:
An example of this failing workflow can be found here.
Expected behavior:
Python can be invoked without error.
Actual behavior:
When invoked,
python
crashes with the following errors:The text was updated successfully, but these errors were encountered: