Python 2.7: no such module pip

jeff saremi jeffsaremi at hotmail.com
Fri May 5 12:30:18 EDT 2017


Eryk

i checked the installation again. There is no option to select or deselect PIP. I installed with everything included. No pip module is present despite the fact that Python documentation says that PIP is a part of Python installation and does not need to be installed externally.

________________________________
From: eryk sun <eryksun at gmail.com>
Sent: Thursday, May 4, 2017 9:58:40 PM
To: python-list at python.org
Cc: jeff saremi
Subject: Re: Python 2.7: no such module pip

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