Python 2.7: no such module pip

eryk sun eryksun at gmail.com
Fri May 5 00:58:40 EDT 2017


On Thu, May 4, 2017 at 8:24 PM, jeff saremi <jeffsaremi at hotmail.com> wrote:
> Did a fresh install of python-2.7.amd64.msi on windows 10.
>
> The install finishes with success. Python runs. No pip when the following is run:
>
> C:\> python -m pip install elastalert
> C:\Python27\python.exe: No module named pip

Maybe you didn't select the option to install pip, or maybe it failed
and wasn't reported. Try installing the bundled pip manually:

    python -m ensurepip -Uv



More information about the Python-list mailing list