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