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

pip-compile with generate hashes is very slow #521

Closed
graingert opened this issue May 30, 2017 · 8 comments · Fixed by #641
Closed

pip-compile with generate hashes is very slow #521

graingert opened this issue May 30, 2017 · 8 comments · Fixed by #641
Labels
PR wanted Feature is discussed or bug is confirmed, PR needed

Comments

@graingert
Copy link
Member

Could probably do with a progress bar

Environment Versions
  1. OS Type Ubuntu
  2. Python version: $ python -V 3.6
  3. pip version: $ pip --version n/a
  4. pip-tools version: $ pip-compile --version master
Steps to replicate

use geenrate-hashes with a fairly big package graph

Expected result

generated hashes turn up in requirements.txt and pip-compile does not appear to hang

Actual result

generated hashes turn up in requirements.txt but pip-compile appears to hang

@proinsias
Copy link

proinsias commented May 30, 2017

I agree that a progress bar would be useful for normal operations. I would also suggest verbose output similar to the verbose output of hashin when the -v input flag is enabled.

@vphilippon
Copy link
Member

The situation seems to have improved to a reasonable level with #557.
In --verbose mode, we could use some output during the hashing though.

@kb-1000
Copy link

kb-1000 commented Feb 25, 2019

A progress bar would still be nice.

@atugushev
Copy link
Member

Hello @kaeptmblaubaer1000,

I've added a PR #743 for that feature. I hope it'll be merged.

@RonRothman
Copy link

Question: Is there currently a way to see the progress without turning on verbose output (which contains a lot of details beyond what's needed to indicate progress).

@atugushev
Copy link
Member

Hello @RonRothman,

Unfortunately there is no way to see the progress without --verbose flag.

@graingert
Copy link
Member Author

graingert commented Aug 12, 2019 via email

@graingert
Copy link
Member Author

@RonRothman do you have an example verbose output with what you want to see Vs what you don't want to see?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR wanted Feature is discussed or bug is confirmed, PR needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants