bumplzz69 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

gcloud failed to install with python 2.7.6 worked with 2.7.7, Windows 7 #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Be on windows 7 with python 2.7.6 try to run install

What is the expected output? What do you see instead?
It is expected to download the gcloud files; however it would just go to the 
end of installer and act like it was finished. gcloud would not have installed.

What is the output of 'gcloud info'?
'gcloud' is not recognized as an internal or external command, operable program 
or batch file.

Please provide any additional information below.
Updating python to 2.7.7 worked. Though I had been under the impression any 
2.7,x python install would work with the install.

Already resolved, just thought someone might find this useful in the future.

The below stackoverflow helped explain the issue to me
http://stackoverflow.com/questions/26535043/python-flask-error-importerror-canno
t-import-name-compare-digest 

Original issue reported on code.google.com by jpal...@g.hmc.edu on 16 Jun 2015 at 3:30