google-cloud-sdk Questions
7
Solved
I tried to install gcloud in MacOs but failed. I tried two python versions 3.7.4 and 3.9.1 but both have the same issue. how can I install the gcloud? Is there any other dependencies I need?
$ pyth...
Fleece asked 15/6, 2021 at 0:57
5
During installation I get a message:
Unfortunately, the component installation did not complete successfully. Please check the detailed logs for the error message.
I tried installing to all users...
Quiddity asked 1/3, 2016 at 14:10
6
Solved
I am trying to download a folder which is inside my Google Cloud Bucket, I read from google docs gsutil/commands/cp and executed below the line.
gsutil cp -r appengine.googleapis.com gs://my-buc...
Teammate asked 26/3, 2018 at 12:51
13
I'm following the Quickstart for Mac OS X to install the cloud SDK. Following the steps exactly,
1) python -V returns "Python 2.7.10"
2) Download and extract using ./install.sh the 64bit version ...
Muzzy asked 10/9, 2017 at 18:41
1
I'm looking for the Python source code to the gcloud CLI (https://cloud.google.com/sdk/docs/install). This seems like a simple question but I have searched for a while and not found anything.
I am ...
Ahvenanmaa asked 9/9, 2023 at 17:9
5
I'm attempting to set up Google Cloud SDK CLI to manage some compute resources, and I'm just following a guide for this part. I ran this command and it installed lots of stuff successfully but ran ...
Humanity asked 17/7, 2020 at 18:59
7
Solved
I was installing the Google Cloud SDK on my Ubuntu VM using the following commands
# Add the Cloud SDK distribution URI as a package source
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gp...
Congener asked 20/6, 2019 at 4:55
2
I have Visual Studio installed on Manjaro. After the last system update, Visual Studio stopped working with the Cloud Code extension. It perpetually installs and uninstalls the extension and throws...
Rheta asked 14/1, 2022 at 7:12
7
Solved
I wanted to add a google.cloud.storage dependency to my project so I tried to install this dependency with
pip install --upgrade google-cloud-storage
Running my app again with dev_appserver, it s...
Radarman asked 14/2, 2018 at 17:7
2
if I run:
sudo gcloud components update
I get this warning:
WARNING: Python 3.4.x is no longer officially supported by the Google
Cloud SDK and may not function correctly. Please use Python versi...
Coin asked 26/6, 2020 at 11:4
5
Solved
Authorizing client libraries without access to a web browser - gcloud auth application-default login
When I use to run either command:
gcloud auth application-default login
OR for a specific docker container
docker exec -it 822c4c491383 /home/astro/google-cloud-sdk/bin/gcloud auth application-def...
Shelving asked 21/3, 2022 at 17:30
2
I am trying to run the Cloud Bigtable Command Line Tool but seeing this error when I run
cbt help
or any other cbt commands:
-bash: cbt: command not found
I have verified that the gcloud com...
Zeuxis asked 20/7, 2018 at 21:13
7
Start udating gcloud:
Your current Cloud SDK version is: 321.0.0
You will be upgraded to version: 322.0.0
┌──────────────────────────────────────────────────┐
│ These components will be updated. │...
Piste asked 10/1, 2021 at 15:24
5
Solved
After updating gcloud I get this warning, but how do I do it(Should I remove Docker)?
WARNING: There are older versions of Google Cloud Platform tools on your system PATH.
Please remove the follo...
Yemane asked 3/12, 2018 at 15:58
3
Running Ubuntu.
Installed Google Cloud SDK via:
$ sudo curl https://sdk.cloud.google.com | sudo bash
$ exec -l $SHELL
Running "gcloud" works just fine.
Running "sudo gcloud" results in the f...
Gora asked 21/5, 2017 at 3:52
6
Solved
I am searching for the solution for some weeks now. A couple weeks ago I received the new MacBook Pro with the Apple Silicon processor and with Big Sur installed on it. When I tried to install Goog...
Greyson asked 1/12, 2020 at 8:2
0
I am running various gcloud compute commands from the linux subsystem on Windows 11 using Debian. In general, it works great. However, sometimes the gcloud command simply does not return, even afte...
Philippians asked 10/3, 2022 at 15:59
4
Solved
I would like to work Google Cloud SDK on ARM machine.
$ uname -a
Linux myhost 3.14.79-at10 #2 SMP PREEMPT Mon Mar 6 15:38:30 JST 2017 armv7l GNU/Linux
In this page, I can find only for x86 archi...
Panelist asked 14/4, 2017 at 10:9
1
I tried to install Google Cloud SDK on macOS, but it shows the following error.
Can anyone help please?
"Welcome to the Google Cloud SDK!
Traceback (most recent call last):
File "/Users/...
Oestrogen asked 2/12, 2021 at 7:28
3
Solved
With the upgrade to Google Cloud SDK 360.0.0-0 i started seeing the following error when running the dev_appserver.py command for my Python 2.7 App Engine project.
File "/home/..................
Spelaean asked 6/10, 2021 at 12:3
3
I created an account on Google App Engine, then I installed google-cloud-sdk by gcloud init, and get the following error:
Pick configuration to use:
[1] Re-initialize this configuration [a] with ...
Mcintire asked 1/4, 2018 at 7:24
2
Solved
When I run dev_appserver.py on google-cloud-sdk, I get ImportError: No module named py27_urlquote.
Traceback (most recent call last):
File "/Users/user/Downloads/google-cloud-sdk/platform/goo...
Beeler asked 29/9, 2021 at 4:41
2
Solved
With OAuth 2.0 PKCE Flow for Installed App (e.g. a desktop app/cli/client library), it seems that nothing is preventing an attacker to:
obtain client_id by using the original app (client_id is pub...
Teethe asked 20/10, 2020 at 0:50
3
Solved
Known issue:
Installing google-cloud-sdk (linux package or from tarball) has a quirk where you cannot create projects from the command line before accepting the terms of service.
Steps to repro...
Swage asked 22/7, 2019 at 11:49
3
Is it possible to connect to the Google Cloud Shell instance via the ssh? Maybe somehow with gcloud? So I can use it with my favorite terminal (iTerm in particular) and not with the Web-based shell...
Vidda asked 25/12, 2016 at 21:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.