You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
ref: jdx/mise#1743
The text was updated successfully, but these errors were encountered: