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

后端 未结 16 1519
余生分开走
余生分开走 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:11

    i fixed the problem by reinstalling pip using get-pip.py.

    1. Download get-pip from official link: https://pip.pypa.io/en/stable/installing/#upgrading-pip
    2. run it using commande: python get-pip.py.

    And pip is fixed and work perfectly.

提交回复
热议问题