@Nowaker done
Search Criteria
Package Details: google-cloud-cli-bundled-python3-unix 546.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | google-cloud-cli |
| Description: | gcloud Bundled Python 3.12 |
| Upstream URL: | https://cloud.google.com/cli/ |
| Keywords: | cloud gcloud gcp google sdk |
| Licenses: | Apache-2.0 |
| Submitter: | PolarianDev |
| Maintainer: | jvybihal |
| Last Packager: | jvybihal |
| Votes: | 192 |
| Popularity: | 0.91 |
| First Submitted: | 2023-03-08 09:33 (UTC) |
| Last Updated: | 2025-11-05 09:34 (UTC) |
Required by (1)
- google-cloud-cli-gsutil (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 34 Next › Last »
oxplot commented on 2017-09-30 09:21 (UTC)
Nowaker commented on 2017-09-29 13:34 (UTC)
Would you please change the package description to include "gcloud" so it's easily discoverable?
> Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components
the-k commented on 2017-09-14 20:34 (UTC)
I see beta component is not included. Why?
oxplot commented on 2017-07-13 01:24 (UTC)
@mzimmerman tried to reproduce it under a fresh docker image to no avail
bjorntj commented on 2017-07-12 06:31 (UTC)
Hmmm... Funny... Running Arch at work also with more or less the same configuration. When I ran the install there, it worked...
What is different, what am I missing?
bjorntj commented on 2017-07-11 11:28 (UTC) (edited on 2017-07-11 11:28 (UTC) by bjorntj)
Trying to install this SDK but I get the following error:
==> Making package: google-cloud-sdk 161.0.0-1 (Tue Jul 11 13:24:18 CEST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found google-cloud-sdk-161.0.0-linux-x86_64.tar.gz
-> Found profile.sh
==> Validating source_x86_64 files with sha256sums...
google-cloud-sdk-161.0.0-linux-x86_64.tar.gz ... Passed
profile.sh ... Passed
==> Extracting sources...
-> Extracting google-cloud-sdk-161.0.0-linux-x86_64.tar.gz with bsdtar
==> Starting prepare()...
-> Checking for newer upstream release
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
-> Copying core SDK components
-> Running bootstrapping script and adding app-engine-python
This will install all the core command line tools necessary for working with
the Google Cloud Platform.
ERROR: The component listing for Cloud SDK version [161.0.0] could not be found. Make sure this is a valid archived Cloud SDK version.
ERROR: (gcloud.components.install) Failed to fetch component listing from server. Check your network settings and try again.
==> ERROR: A failure occurred in package().
Aborting...
mzimmerman commented on 2017-07-04 01:53 (UTC)
-> Running bootstrapping script and adding app-engine-python
Traceback (most recent call last):
File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/install.py", line 8, in <module>
import bootstrapping
File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/bootstrapping.py", line 17, in <module>
import oauth2client.contrib.gce as gce
ImportError: No module named contrib.gce
==> ERROR: A failure occurred in package().
Aborting...
seems to be an error with oauth2client, however I did the recommended install?
https://github.com/GoogleCloudPlatform/gsutil/issues/330
codepilot commented on 2017-07-03 12:29 (UTC) (edited on 2017-07-03 12:31 (UTC) by codepilot)
@troyengel: Thank you for all efforts and patches you made, and sorry that I didn't recognize it yet and did not answer. I found out that it works very fine with the latest updates, since you did the patch.
Anyway, and just for completeness, after a full system upgrade, calling 'from _ssl import RAND_egd' from within python2 fails.
demize commented on 2017-06-27 18:20 (UTC)
Much appreciated.
oxplot commented on 2017-06-22 01:12 (UTC)
@kyrias I removed kubectl bin for now until I get around to splitting off all the other components as well.
Pinned Comments
jvybihal commented on 2025-06-30 06:37 (UTC)
I did a split of the package to 3 packages:
google-cloud-cli,google-cloud-cli-bq,google-cloud-cli-gsutil. There is also package containing the bundled python for those who want it or as a dependency to the gsutil (current version 5.24 does not work with python 3.13 out-of-the-box, although 5.25 which is already available on github should). I am also testing to include other "components".If there will be interest, it's also possible to split the manpages to another package. So for those who don't want them, the install time can get faster and size significantly smaller.
I have tried not to break anyones installation, so please try to install the 3 mentioned packages and it should work the same as before.
You don't need bundled python for the gcloud to work, and I would advice to use
gsutilonly if yo really have to. The prefered way is to usegcloud storageanyway.