Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install poetry #262

Open
mustafa0x opened this issue May 14, 2024 · 2 comments
Open

unable to install poetry #262

mustafa0x opened this issue May 14, 2024 · 2 comments

Comments

@mustafa0x
Copy link

ref: jdx/mise#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
Copy link

egnor commented May 19, 2024

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants