ImportError: cannot import name main when running pip --version command in windows7 32 bit

后端 未结 16 1533
余生分开走
余生分开走 2020-11-28 01:28

I\'ve installed the latest python (2.7.9) bundled with pip and setuptools for windows 32-bit. I\'ve tried reinstalling pip but the problem persists.

Here\'s the erro

16条回答
  •  天命终不由人
    2020-11-28 02:15

    I had the same problem, but uninstall and reinstall with apt and pip didn't work for me.

    I saw another solution that presents a easy way to recover pip3 path:

    sudo python3 -m pip uninstall pip && sudo apt install python3-pip --reinstall
    

提交回复
热议问题