CI/CD: Add support for macos in Python binding#264
Conversation
|
LGTM |
|
We provide prebuilt binary wheels as well as instructions for building from source. However, tools like uv often attempt to build packages automatically, which can lead to errors. This is because our Python package is part of a larger monorepo, and the uploaded source distribution (via pyproject.toml) includes only the Python subdirectory, not the full project structure required for a successful build. We have not yet found a robust solution to this issue. As a temporary workaround, we've added a note in the troubleshooting section as follows. Installing with uv: |
|
Hand the issue to #265 |
What errors do you get? |
|
When I test, |
uv add