I fired up a new Windows google compute engine instance. It\'s running Windows 2008 R2, service pack 1.
I download and try running the Python .msi installer for ver
It seems to be a dependency issue, please try to install "Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)"
I reproduced your issue and I found two workarounds:
I'm using Windows 8.1 64-bit. I had 2.7.11 installed and then I tried to install PIP as well via Chocolatey PIP package.
I think my installation had got messed up because I had tried to install Python 3.4 as well as Python 2.
Then I had deleted all the Python 2 and Python 3 files in an attempt to get rid of this.
What worked for me was:
PYTHONHOME
or PYTHONPATH
variablesPATH
environment variableEdit: I assume this is connected with this PYTHON_HOME answer to a problem with Python 3.4
I think it is a priority problem into the msi package...the package seems to try to install the pip before installing python.exe. So, pip can not be installed...