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

前端 未结 4 537
梦谈多话
梦谈多话 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:10

    I reproduced your issue and I found two workarounds:

    1. You can install python 2.7.6 successfully without further action.
    2. If you need python 2.7.9 you can install it deselecting pip from the install menu. This seems to be related to this answer in another thread although in that case the issue is with version 3.4.

提交回复
热议问题