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

A way to get sub-command output when running uv pip install #1567

Closed
alex opened this issue Feb 17, 2024 · 1 comment · Fixed by #6903
Closed

A way to get sub-command output when running uv pip install #1567

alex opened this issue Feb 17, 2024 · 1 comment · Fixed by #6903
Labels
enhancement New feature or improvement to existing functionality tracing Verbose output and debugging

Comments

@alex
Copy link
Contributor

alex commented Feb 17, 2024

Currently if you run uv pip install -v you get, more or less, a trace of all the operations uv does internally.

When doing a uv pip install 'package @ .', and building that package requires compilation (notably, rust compilation!) I'd like to have a way to stream the output from that while running uv pip install (the output serves as a form of progress bar for long compilation).

Ideally I'd be able to get this output without getting the full trace output from uv

@charliermarsh
Copy link
Member

Yeah I agree, I also want this.

@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Feb 17, 2024
@zanieb zanieb added the tracing Verbose output and debugging label Feb 17, 2024
@konstin konstin added the good first issue Good for newcomers label Mar 4, 2024
@konstin konstin assigned konstin and unassigned konstin Mar 4, 2024
@konstin konstin removed the good first issue Good for newcomers label Mar 4, 2024
charliermarsh added a commit that referenced this issue Sep 2, 2024
## Summary

We need to decide whether we want this in `debug!` or `tracing!`. We
also _probably_ (?) want to show this by default in `uv build`.

Closes #1567.

Closes #5893.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality tracing Verbose output and debugging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants