python-build-standalone
python-build-standalone copied to clipboard
unable to install poetry
ref: https://github.com/jdx/mise/issues/1743
poetry/1.8.2/venv/bin/python3:
error while loading shared libraries:
poetry/1.8.2/venv/bin/../lib/libpython3.10.so.1.0:
cannot open shared object file:
No such file or directory
I believe this is specific to the linux-musl flavor (not a problem in the linux-gnu flavor), and probably an issue with poetry on non-dynamically-linked Python but I haven't dug into it.
Yeah this is specific to the statically-linked Pythons. I suspect you want the dynamically-linked Pythons, and the statically-linked Pythons are being installed in error?