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 <eryk...@gmail.com> Sent: Thursday, May 4, 2017 9:58:40 PM To: python-list@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 <jeffsar...@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 -- https://mail.python.org/mailman/listinfo/python-list