A way to get sub-command output when running uv pip install
#1567
Labels
enhancement
New feature or improvement to existing functionality
tracing
Verbose output and debugging
Currently if you run
uv pip install -v
you get, more or less, a trace of all the operationsuv
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 runninguv 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
The text was updated successfully, but these errors were encountered: