python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

unable to install poetry

Open mustafa0x opened this issue 1 year ago • 2 comments

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

mustafa0x avatar May 14 '24 08:05 mustafa0x

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.

egnor avatar May 19 '24 16:05 egnor

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?

charliermarsh avatar Jun 04 '24 20:06 charliermarsh