pip no longer working after update error 'module' object is not callable

前端 未结 10 869
予麋鹿
予麋鹿 2020-11-28 04:31

After a pip update, pip has stopped working completely.

Z:\\>pip install matplotlib
Traceback (most recent call last):
  File \"c:\\program files\\python3         


        
10条回答
  •  离开以前
    2020-11-28 04:54

    I've had the same issue as you, and I solved it uninstalling pip and installing again.

    To uninstall: python -m pip uninstall pip

    To install, follow the instructions: https://www.liquidweb.com/kb/install-pip-windows/

    After that you will going to have a older but functional 19.0.3 version.

提交回复
热议问题