ImportError: No module named pip’ right after installing pip?
Jul 09, 2021 - by kurinchilamp / / Post Comment
ImportError: No module named pip' right after installing pip?
$ python --version
Go to the folder where you have installed python and the change to "Scripts" directory
> easy_install.exe pip
This should do the trick of setting up pip in your windows machine in case if pip is corrupted.
Continue Reading