indygreg / python-build-standalone

Produce redistributable builds of Python
Mozilla Public License 2.0
1.97k stars 123 forks source link

unable to install poetry #262

Open mustafa0x opened 4 months ago

mustafa0x commented 4 months ago

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
egnor commented 4 months ago

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.

charliermarsh commented 3 months ago

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?