Why is PIP raising an AssertionError on pip freeze?

前端 未结 7 506
耶瑟儿~
耶瑟儿~ 2020-12-14 14:32

My console:

desarrollador@desarrollador-HP-14-Notebook-PC1:~$ pip freeze  
Exception:  
Traceback (most recent call last):  
  File \"/usr/lib/python2.7/dist         


        
相关标签:
7条回答
  • 2020-12-14 15:28

    I found the solution at this link.

    pip install setuptools==7.0

    0 讨论(0)
提交回复
热议问题