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.

Pass --ignore-installed and other flags to pip install

See original GitHub issue

Is there a way to pass the --ignore-installed flag? If there isn’t can you add the feature? Thanks!

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jgonggrijpcommented, Mar 21, 2020

@tan-wei @bobzomer @petobens @joshbode @mihaic @HaleTom @x-ji @cjbassi @dimitry-ishenko @Konfekt This should be solved in version 1.1.0. Please install the update and report back here if there is still something not working.

Also, I’m looking for somebody to take over. See #76.

1reaction
tan-weicommented, Mar 25, 2020

Thanks. I can confirm it works well on Manjaro now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip: force install ignoring dependencies - Stack Overflow
Setuptools (and pip) has "extras", but they must be explicitly selected and installed by the user. This doesn't seem to work for a...
Read more >
pip install - pip documentation v22.3.1
Ignore the installed packages, overwriting them. This can break your system if the existing package is of a different version or was installed...
Read more >
Allow pip install flags to be recognized in environment files
Current Behavior if I have in the environment.yaml file under pip section package --no-deps as an example it does not recognize the flag....
Read more >
pip install — pip 10.0.0.dev0 documentation
Ignore the installed packages (reinstalling instead). Ignore the Requires-Python information. Extra arguments to be supplied to the setup.py install command ( ...
Read more >
pip-tools - PyPI
Any valid pip install flags or arguments may be passed with pip-sync's --pip-args option, e.g. $ pip-sync requirements.txt --pip-args "--no-cache-dir --no-deps".
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