We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran uv sync --verbose in our delta-rs repo, but I don't get any stdout of maturin, only get DEBUG stuff from uv self.
Without verbose:
ion@DESKTOP-OB410HS:~/delta-rs/python$ uv sync --reinstall-package deltalake Resolved 63 packages in 1.94s Building deltalake @ file:///home/ion/delta-rs/python ⠸ Preparing packages... (0/1)
With verbose
DEBUG Requirement already cached: maturin==1.7.1 DEBUG Requirement already cached: tomli==2.0.1 DEBUG Installing build requirements: maturin==1.7.1, tomli==2.0.1 DEBUG Calling `maturin.get_requires_for_build_editable()` DEBUG Calling `maturin.build_editable("/home/ion/.cache/uv/built-wheels-v3/editable/eb5bde2e6253a7d8/hd5kxfPkwqCgryioauZRN/.tmpXckacG", {}, None)`
I would also like to be able to see the build progress of maturin here:
The text was updated successfully, but these errors were encountered:
Thanks! I think this is the same as #5893.
Sorry, something went wrong.
No branches or pull requests
I ran uv sync --verbose in our delta-rs repo, but I don't get any stdout of maturin, only get DEBUG stuff from uv self.
Without verbose:
With verbose
I would also like to be able to see the build progress of maturin here:
The text was updated successfully, but these errors were encountered: