Recently, I installed Poetry as the document suggests:
curl -sSL https://install.python-poetry.org | python3 -
error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
to activate the poetry environment, I need to run:
poetry shell
But today I get the following error:
/home//.local/share/pypoetry/venv/bin/python: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory