pip: No module name _internal.main
问题 In Windows, python 2.7, I had pip upgraded, and it showed: Successfully uninstalled pip-8.1.2 Successfully installed pip-19.3.1 But when: pip --version It shows: I tried to 'reverse' to the old version by: pip install pip==8.0.2 It shows the same error. Not sure it's about the python version. How can I correct this problem? Thank you. 回答1: You were right with trying to reinstall pip at an older verion; your installation is broken. I've looked around and the consensus is that you should do: