Open GoogleCodeExporter opened 9 years ago
This is happening for more than just install. For example:
> + gcloud preview managed-instance-groups --zone us-central1-c...
> You do not currently have this command group installed. Using it
requires the installation of components: [preview]
> ERROR: (gcloud) Failed to fetch component listing from server. Check your
network settings and try again.
Original comment by ja...@marttinen.ca
on 25 May 2015 at 11:31
[deleted comment]
Posted a hack solution on StackOverflow:
http://stackoverflow.com/a/30448701/2066437
Original comment by ja...@marttinen.ca
on 26 May 2015 at 2:56
And then I get the error like this: "module object has no attribute
''SSLContext".
it's related with the python version but if I reinstall python with newer
version installation of google cloud is still not processed properly.
Original comment by tadas.da...@gmail.com
on 26 May 2015 at 7:40
I believe this is an issue with Python and OpenSSL installed using homebrew on
Mac. I was able to resolve the problem by uninstalling Python,
installing/updating OpenSSL, and then installing Python with this new version
of OpenSSL:
brew update
brew uninstall python
brew upgrade openssl
brew install python --with-brewed-openssl
Original comment by ja...@marttinen.ca
on 27 May 2015 at 3:39
Original issue reported on code.google.com by
ro...@yippie.nl
on 13 May 2015 at 8:15