gana2188 / google-cloud-sdk

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

Install error on CentOS 5.11 line 209 #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
curl https://sdk.cloud.google.com | bash

What is the expected output? What do you see instead?
The expected output will be successful install, but after the download, it 
appears an inmediate error (almost no processing time):
/root/google-cloud-sdk/install.sh
Welcome to the Google Cloud SDK!
  File "/root/google-cloud-sdk/bin/bootstrapping/install.py", line 209
    with open(rc_path) as rc_file:
            ^
SyntaxError: invalid syntax

What is the output of 'gcloud info'?
AS I've been unable to install, no ability to execute gcloud

Please provide any additional information below.
Installed Packages
Name       : python
Arch       : x86_64
Version    : 2.4.3
Release    : 56.el5

Original issue reported on code.google.com by edua...@apser.es on 24 Nov 2014 at 6:01

GoogleCodeExporter commented 8 years ago
Thank you for reporting the issue. Note that, as described in the system 
requirements, we only support Python 2.7.x .

Original comment by vil...@google.com on 24 Nov 2014 at 7:13