Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switch to verbose output when init command is slow #355

Merged

Conversation

swalkinshaw
Copy link
Member

Fixes #306

The init command can be slow during the pip install step depending on network connections, first projects, or uncached dependencies. Since the output was hidden behind a spinner, it's not obvious what's happening during these situations.

This will switch to verbose mode showing pip install's stdout to provide more information and a sign of progress most importantly.

Fixes #306

The `init` command can be slow during the `pip install` step depending
on network connections, first projects, or uncached dependencies. Since
the output was hidden behind a spinner, it's not obvious what's
happening during these situations.

This will switch to verbose mode showing `pip install`'s stdout to
provide more information and a sign of progress most importantly.
@swalkinshaw swalkinshaw force-pushed the init-cmd-add-verbose-output-for-long-operations branch from db1c245 to 3a1afa8 Compare February 5, 2023 15:14
@swalkinshaw swalkinshaw merged commit cd3f1cc into master Feb 5, 2023
@swalkinshaw swalkinshaw deleted the init-cmd-add-verbose-output-for-long-operations branch February 5, 2023 15:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Installing dependencies step with more progress information
1 participant