安装google cloud sdk报错解决方法总结(超全),google cloud storage
google cloud sdk报错解决方法总结(超全),google cloud storage安装google cloud sdk报错解决方法总结(超全)前提:python环境最好是2.7,如果是python3可能会出很多小毛病;能用64位系统就尽量用64位,32位系统安装也很多毛病Error1:Unzip Failed:Error opening zip file用exe安装的时候,这里应该是系统代理的原因,如果开了ss或者其他的代理工具,可以关了代理工具再试试,或者开启PAC模式Error2:To use the Google Cloud SDK,you must have Python installed and on your PATH As an alternative,you may also set the CLOUDSDKPyThon environment variable to the location of your Python executable.这句话大概意思是你必须安装python,把python添加到环境变量,还要把添加以python安装目录为值的CLOUDSDK环境变量。