Fail to install Python 2.7.9 on a Windows google compute engine instance

前端 未结 4 547
梦谈多话
梦谈多话 2021-01-05 15:17

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

4条回答
  •  无人及你
    2021-01-05 16:16

    1. Install python EXCEPT "pip"
    2. Run the python install msi again and select "change"
    3. Select "pip" and install the pip It would be works...

    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...

提交回复
热议问题