gana2188 / google-cloud-sdk

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

installation fails on linux #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

#1 curl https://dl.google.com/dl/cloudsdk/release/install_google_cloud_sdk.bash 
| bash

#2 Confirm default dir to install to (defaults to $HOME)

#3 omg python error ...

Welcome to the Google Cloud SDK!
  File "/home/mrugan/google-cloud-sdk/bin/bootstrapping/install.py", line 66
    """
      ^
SyntaxError: invalid syntax

What is the expected output? What do you see instead?

What is the output of 'gcloud version'?

Please provide any additional information below.

Original issue reported on code.google.com by mariusru...@gmail.com on 29 Apr 2014 at 11:54

GoogleCodeExporter commented 9 years ago
The Cloud SDK does not support python 3.

Original comment by jasm...@google.com on 16 May 2014 at 5:01