Fixed
Status Update
Comments
ji...@google.com <ji...@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
wf...@google.com <wf...@google.com> #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).
ml...@nocturnal.org <ml...@nocturnal.org> #4
The following work around resolved the issue.
sudo apt install python3-distutils
I assume they will be adding this as a new dependency in the next release?
wf...@google.com <wf...@google.com> #5
The Cloud SDK team is currently is working towards releasing a HotFix Release 365.0.1 to fix this issue, updates to when that will be released will be posted on this bug.
Description
Problem you have encountered:
Attempting to run query using 'bq' produces the following error:
What you expected to happen:
Return query results.
Steps to reproduce: