snok / install-poetry

Github action for installing and configuring Poetry
MIT License
572 stars 53 forks source link

Error: `GLIBC_2.34' not found #122

Closed brylie-wolt closed 1 year ago

brylie-wolt commented 1 year ago

We are getting intermittent errors in our CI pipeline during the snok/install-poetry@v1 task:

Run snok/install-poetry@v1

Run $GITHUB_ACTION_PATH/main.sh

Setting Poetry installation path as /github/home/.local

Installing Poetry :builder:

python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by python3)
python3: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /__w/_tool/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /__w/_tool/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /__w/_tool/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /__w/_tool/Python/3.11.1/x64/lib/libpython3.11.so.1.0)
Error: Process completed with exit code 1.
sondrelg commented 1 year ago

What does your workflow definition look like?

brylie-wolt commented 1 year ago

Thanks for your prompt reply. It was an issue with a Playwright base image that we were extending in CI.