pip upgrade fails (stalls at uninstall phase)
See original GitHub issueMACOS Catalina
- pip version: 19.0.1
- Python version: 3.7
- OS: 10.15.3
Description I simply try to upgrade pip but the operation stalls at the uninstall phase and does not progress from there…
Output
(yfinance) Joffreys-MBP:Stock-Duration-To-Come-Back-From-Crisis Armellini1$ pip install -U pip
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting pip
Using cached https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 19.0.1
Uninstalling pip-19.0.1:
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
pip install --upgrade stalls at the "uninstalling" phase #6169
Running pip install --upgrade for any package that needs upgrading will cause pip to stall at the "Uninstalling" stage. Expected behavior.
Read more >Stuck on upgrading PIP : r/Python - Reddit
I'm unable to upgrade pip with pip using the command "pip install --upgrade pip" I run into issues related to the TLS version...
Read more >Pip hangs on installing packages - python - Stack Overflow
Step 1: First I uninstalled pip: pip uninstall pip. To make sure pip is uninstalled type pip and make sure you get ModuleNotFoundError:...
Read more >pip install - pip documentation v22.3.1
Install the packages (and uninstall anything being upgraded/replaced). Note that pip ... A failed install is less likely to leave a broken environment....
Read more >PIP Install Invalid Syntax - Don't Miss the Description - YouTube
PIP Install Invalid Syntax - PIP Syntax Error - Quick Solution - Don't Miss the Description.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pradyunsg This issue can be closed now IMO. 😃
Yes agreed
On Sat., Mar. 28, 2020, 10:37 a.m. Tzu-ping Chung, notifications@github.com wrote: