gcloud sdk在GCE上运行的yum update fresh centos7上失败

gcloud sdk在GCE上运行的yum update fresh centos7上失败,centos,centos7,gcloud,Centos,Centos7,Gcloud,如果我创建一个google compute engine实例,选择centos 7作为映像,ssh到该实例,然后运行yum update-y,我会看到以下错误: Updating : google-cloud-sdk-147.0.0-1.el7.noarch 37/75 ERROR: gcloud crashed (AttributeError): 'module' obje

如果我创建一个google compute engine实例,选择centos 7作为映像,ssh到该实例,然后运行
yum update-y
,我会看到以下错误:

  Updating   : google-cloud-sdk-147.0.0-1.el7.noarch                                                         37/75 
ERROR: gcloud crashed (AttributeError): 'module' object has no attribute 'GetJobDirFlag'

If you would like to report this issue, please run the following command:
  gcloud feedback

To check gcloud for common problems, please run the following command:
  gcloud info --run-diagnostics
Compiling platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py ...
  File "platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py", line 347
    print('%s:' % h, end=' ', file=self._fp)
                        ^
SyntaxError: invalid syntax

warning: %post(google-cloud-sdk-147.0.0-1.el7.noarch) scriptlet failed, exit status 1
Non-fatal POSTIN scriptlet failure in rpm package google-cloud-sdk-147.0.0-1.el7.noarch

我已经试过几次了,它是100%可重复的,我希望对任何人来说都是如此。我应该忽略这个错误吗?如果没有,我应该采取什么步骤?我通常是fedora用户,但是google cloud没有fedora图像,所以我使用CentOS作为CentOS的新手。

我重现了这个问题,并且在更新后一切似乎都正常工作,忽略错误应该是安全的