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.

pip 19 breaks install

See original GitHub issue

Because of https://github.com/pypa/pip/issues/4187 --process-dependency-links is not supported anymore and installation fails. Use pip3 install --upgrade pip==18.0.0 to install it.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
edsucommented, Mar 16, 2020

This has gone on long enough. I guess we’ll just fork it.

1reaction
edsucommented, Nov 25, 2019

Yes, it does look like the python3 support was merged, but it was never pushed to PyPI. I guess I can open a ticket on the htmldiff repository to ask for a new release. I’m not sure @mitsuhiko will notice it here…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug in pip version 19.0 breaks builds fix by downgrading to ...
pip v19.0 appears to have a bug that doesn't install packages such as flask & pyinstaller. I have found a work around which...
Read more >
Pip broken after upgrade. Cannot unsinstall ... - Stack Overflow
1 You are using pip version 8.1.1, however version 22.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command....
Read more >
Empty dist-info file breaks operations with pip >= 10.0.0
Description of problem: The empty `dist-info` file created in the root.spec rpmbuild allows `pip` to discover that ROOT is installed, and at which...
Read more >
pip 1.1 - PyPI
Add pip uninstall and uninstall-before upgrade (from Carl Meyer). ; Allow packages to be upgraded, e.g., pip install Package==0.1 then pip install Package==0.2....
Read more >
Upgrade Pip on Oracle Linux 7
(It looks like the newest version elsewhere is pip 19+). Normally, you can upgrade pip using the following command: pip install --upgrade pip....
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