Fixed
Status Update
Comments
jh...@gmail.com <jh...@gmail.com> #2
using the below does resolve the issue and allow the app to be deployed.
gcloud config set app/use_gsutil true
gcloud config set app/use_gsutil true
jh...@gmail.com <jh...@gmail.com> #3
Thanks for the update! We think we have a handle on this issue, and there should be a patch in the Cloud SDK 106 release due out next week that will work with the 'use_gsutil false' setting (which will eventually become the new default).
sv...@google.com <sv...@google.com> #4
Thanks for the logs!
I see what the error is and we will fix it for the next version of Cloud SDK.
In terms of error details:
It seems urllib2 throws socket.timeout instead of urllib2.HTTPError or urllib2.URLError in this particular case. You are the first person that reported this and the code has been in effect for a long while.
The fact that it works for 2.7.0 is not clear why.http://bugs.python.org/issue1537445 has been filed since 2006, since python 2.6.
I see what the error is and we will fix it for the next version of Cloud SDK.
In terms of error details:
It seems urllib2 throws socket.timeout instead of urllib2.HTTPError or urllib2.URLError in this particular case. You are the first person that reported this and the code has been in effect for a long while.
The fact that it works for 2.7.0 is not clear why.
kh...@google.com <kh...@google.com> #5
This was fixed in recent releases, please reopen if you still experience a problem after updating.
Description
Install on windows x64 with python 2.7.
During final stage of installation, check the box to launch SDK shell.
What is the expected output? What do you see instead?
We expect shell to be correctly launched by installer.
Instead we see
Welcome to the Google Cloud SDK! Run "gcloud -h" to get the list of available commands.
---
'gcloud' is not recognized as an internal or external command, operable program or batch file.
What is the output of 'gcloud info'?
gcloud fails to execute, even though PATH includes SDK pathnames here...
C:\Program Files (x86)\Google\Cloud SDK>echo %PATH%
TRUE;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Python27;C:\Python27\Scripts;C:\Windows;C:\Windows\system32;c:\Windows\system32\Wbem
Please provide any additional information below.
Installer logs failures, even though product "successfully" installs.
See attached.