Fixed
Status Update
Comments
ch...@google.com <ch...@google.com> #2
using the below does resolve the issue and allow the app to be deployed.
gcloud config set app/use_gsutil true
gcloud config set app/use_gsutil true
[Deleted User] <[Deleted User]> #3
Thanks for the update! We think we have a handle on this issue, and there should be a patch in the Cloud SDK 106 release due out next week that will work with the 'use_gsutil false' setting (which will eventually become the new default).
zj...@google.com <zj...@google.com> #4
I think that it's not the same issue. I've fixed this one internally; I'll let you know when we have an estimate on the Cloud SDK release that it winds up in.
ch...@google.com <ch...@google.com> #5
It is not same issue, but same type of issue. Some of the same workarounds could work, for example uninstalling protobuf.
zj...@google.com <zj...@google.com> #6
This should be fixed in Cloud SDK 101.0.0, to be released.
Description
Any attempt to run 99.0.0's bq command-line tool will produce the error.
What is the expected output? What do you see instead?
> bq
Traceback (most recent call last):
File "/Users/rb/google-cloud-sdk/platform/bq/bq.py", line 35, in <module>
if 'reload' in __builtins__:
TypeError: argument of type 'module' is not iterable
What is the output of 'gcloud info'?
> gcloud info
Google Cloud SDK [99.0.0]
Platform: [Mac OS X, x86_64]
Python Version: [2.7.9 (default, Jan 29 2015, 06:27:40) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)]]
Python Location: [/Users/rb/.virtualenvs/fgserver/bin/python2]
Site Packages: [Enabled]
Installation Root: [/Users/rb/google-cloud-sdk]
Installed Components:
core: [2016.02.26]
core-nix: [2016.02.26]
gcloud: []
gsutil-nix: [4.17]
gsutil: [4.17]
bq: [2.0.18]
bq-nix: [2.0.18]
System PATH: [/Users/rb/.virtualenvs/fgserver/bin:/Users/rb/google-cloud-sdk/bin:/usr/local/Cellar/ctags/5.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/rb/bin:/Users/rb/google-cloud-sdk/bin]
Cloud SDK on PATH: [True]
Installation Properties: [/Users/rb/google-cloud-sdk/properties]
User Config Directory: [/Users/rb/.config/gcloud]
User Properties: [/Users/rb/.config/gcloud/properties]
Account: [ron@brooklynpacket.com]
Project: [tc-bic]
Current Properties:
[core]
project: [tc-bic]
account: [ron@brooklynpacket.com]
disable_usage_reporting: [True]
Logs Directory: [/Users/rb/.config/gcloud/logs]
Last Log File: [/Users/rb/.config/gcloud/logs/2016.03.07/16.53.36.529781.log]
Please provide any additional information below.
I've received this, installing with the interactive or the archive approach.