question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

verbose flag for pip

See original GitHub issue

I’m using pipenv for a package that’s expected to build on the user’s system (it has a variety of optimizations). It takes quite a while to build, and outputs a series of details. With pip, I can install in verbose mode (pip install -v -e .) and I can see the output from scikit-build (cmake). However, the --verbose flag for pipenv doesn’t activate the pip verbose mode flag, causing the system to provide no output during the build.

Could either --verbose add pip’s verbose flag, or could a new flag be added to get a verbose pip build?

(Ideally, I’d be happiest if the Pipfile could instruct pip that this should always output the build messages)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
henryiiicommented, Sep 27, 2017

Second issue: pipenv seems to buffer the output of pip, only producing it when pip is finished, rather than outputting live. So the output of --verbose is still more useful that before, it still hangs until the build is over.

1reaction
kennethreitzcommented, Sep 27, 2017

done 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip documentation v22.3.1
pip offers -v, --verbose and -q, --quiet to control the console log level. By default, some messages (error and warnings) are colored in...
Read more >
How can I get `pip install`'s download progress?
$ pip install --help .. .. -v, --verbose Give more output. Option is additive, and can be used up to 3 times. Usage:...
Read more >
pip 10.0.0.dev0 documentation
pip offers the –log option for specifying a file where a maximum verbosity log will be kept. This option is empty by default....
Read more >
pip command man page - python3-pip - ManKier
Run pip with the specified Python interpreter. -v, --verbose. Give more output. Option is additive, and can be used up to 3 times....
Read more >
verboselogs - PyPI
Verbose logging level for Python's logging module. ... INFO) # Command line option defaults. verbosity = 0 # Parse command line options. opts, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found