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

Provide a flag to disable spinner during uv pip sync/install #5082

Closed
samj1912 opened this issue Jul 15, 2024 · 4 comments · Fixed by #5098
Closed

Provide a flag to disable spinner during uv pip sync/install #5082

samj1912 opened this issue Jul 15, 2024 · 4 comments · Fixed by #5098
Labels
cli Related to the command line interface enhancement New feature or request

Comments

@samj1912
Copy link

uv currently renders a spinner that might make it difficult to render logs in browser/web components easily as it can spew a lot of output. It would be great if uv could expose a flag similar to pip to disable the progress bar/spinner.

@samj1912 samj1912 changed the title Provide a flag to disable spinner Provide a flag to disable spinner during uv pip sync/install Jul 15, 2024
@charliermarsh
Copy link
Member

Yeah we should support --no-progress or something.

@charliermarsh charliermarsh added enhancement New feature or request cli Related to the command line interface labels Jul 16, 2024
@zanieb
Copy link
Member

zanieb commented Jul 16, 2024

I felt like we had a discussion about this when adding the progress bars but can't find anything.

@silvanocerza
Copy link
Contributor

A global --no-progress-bar option is a good idea I think.

I can take care of this, though I don't know all the commands that print progress bars.

@charliermarsh
Copy link
Member

IIRC we decided that we wanted to add it, but punted on it at the time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants