snok / install-poetry

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

Shared Library Error (libpython3.8.so.1.0) on builds using runner with python 3.9 or above #134

Closed djenkins-trss closed 11 months ago

djenkins-trss commented 11 months ago

Receiving the following error trying to use snok/install-poetry action with python 3.9 job runner (does not contain any previous python versions).

/home/runner/.local/venv/bin/python: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory Error: Process completed with exit code 127.

Setting the python version to "3.8" resolves the issue:

`steps:

sondrelg commented 11 months ago

Could you share a link to a failing workflow I could take a look at?