Skip to content
New issue

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

UV --verbose doesn't print out maturin build stdout #6600

Closed
ion-elgreco opened this issue Aug 25, 2024 · 1 comment
Closed

UV --verbose doesn't print out maturin build stdout #6600

ion-elgreco opened this issue Aug 25, 2024 · 1 comment
Labels
tracing Verbose output and debugging

Comments

@ion-elgreco
Copy link

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:
image

@charliermarsh
Copy link
Member

Thanks! I think this is the same as #5893.

@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2024
@charliermarsh charliermarsh added the tracing Verbose output and debugging label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracing Verbose output and debugging
Projects
None yet
Development

No branches or pull requests

2 participants