Pip does not work after upgrade to ubuntu-16.10

前端 未结 3 610
自闭症患者
自闭症患者 2020-11-29 13:36

Running a command alongwith pip gives the following error. Even the command pip -V produces the following error.
I read that the error is due to setuptoo

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-29 14:30

    Upgrade your setuptools: wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python3

    Generally sudo combined with pip is considered harmful, avoid this when your system is not already broken.

提交回复
热议问题