Include dynamic libraries #1844
Replies: 1 comment
-
I had unknown issue in the package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I include dynamic shared library in the package created with
uv new --lib
?It's
.so
/.dylib
/.dll
.And where should I put the lib when building so it will copied? and where should I load it from at runtime?
Repro:
pyproject.toml
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions