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

When no wheel available, all output of build process is swallowed, making it appear as if pip froze #1

Closed
untitaker opened this issue Oct 4, 2017 · 2 comments

Comments

@untitaker
Copy link
Member

untitaker commented Oct 4, 2017

This has also been an issue with snaek. When you install a package without wheels, installation might take a very long time (particularly when rustc is involved). The user isn't notified about that and might get the impression that the installation froze.

I attempted a patch to forward all output from the build functions (i.e. cargo's output), but it seems like this requires a lot of workarounds.

@mitsuhiko
Copy link
Member

mitsuhiko commented Oct 4, 2017

You can show the build output by enabling verbose mode in pip:

pip install -v --editable .

This might make sense for filing against pip (eg: maybe show a yarn style one liner progress bar with stdout?)

Like this:

@untitaker
Copy link
Member Author

I think -v is fine for my usecase, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants