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

前端 未结 10 872
予麋鹿
予麋鹿 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:58

    Had the same problem. I've managed to fix it by reinstalling pip in place, using combination the other answers:

    python -m pip install -U --force-reinstall pip

提交回复
热议问题