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.

deprecate `pip install --no-install` / `pip install --no-download`

See original GitHub issue

@dstufft, if we want to move away from static build dirs to mkdtemp dirs, then best to formally deprecate pip install --no-install / pip install --no-download in v1.5, so we can do so (and moreover do all of #906) in v1.6 or later.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ablochcommented, Nov 13, 2018

what’s the correct way to check what’s about to be installed without installing it then?

0reactions
lock[bot]commented, May 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

no such option: --no-install - python 2.7 - Stack Overflow
The --no-install option has been removed in pip version 7. The new option appears to be called --download , which takes a directory...
Read more >
Changelog - pip documentation v22.3.1
Implement a top-level pip download command and deprecate pip install --download . When uninstalling, look for the case of paths containing symlinked directories ......
Read more >
Release Notes — pip 10.0.0.dev0 documentation
DEPRECATION pip install --egg have been deprecated and will be removed in the future. ... Removed the deprecated --no-install and --no-download options.
Read more >
pip 1.1 - PyPI
pip is a tool for installing and managing Python packages, such as those found ... Added –no-download option to install; pairs with –no-install...
Read more >
Add, Remove, and Search Packages in Python with pip
How you can easily install, un-install and search Python packages. ... pip install --no-download sqlalchemy # install the unpacked package ...
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