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
uv is a Rust-based project and package manager for Python.
It is considerably simpler than poetry, which is why I personally prefer it, so I hope it would be easy to integrate with.
I have done some experiments with both the default build system (hatchling) and using setuptools but haven't had any success accessing the library that should be exported by pydust.
I wonder if this has to do with the include statement, although I have noticed that the build script compiles to a .so, and I'm on an ARM64 Mac, so there might be an issue there too.
The text was updated successfully, but these errors were encountered:
uv is a Rust-based project and package manager for Python.
It is considerably simpler than poetry, which is why I personally prefer it, so I hope it would be easy to integrate with.
I have done some experiments with both the default build system (
hatchling
) and usingsetuptools
but haven't had any success accessing the library that should be exported bypydust
.I wonder if this has to do with the
include
statement, although I have noticed that the build script compiles to a.so
, and I'm on an ARM64 Mac, so there might be an issue there too.The text was updated successfully, but these errors were encountered: