With the new patch (v. 371.0.0-4) it is working for me, Python 3.10.2
Search Criteria
Package Details: google-cloud-cli 520.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: | A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq. |
Upstream URL: | https://cloud.google.com/cli/ |
Keywords: | cloud gcloud gcp google sdk |
Licenses: | Apache-2.0 |
Conflicts: | google-cloud-sdk |
Provides: | google-cloud-sdk |
Replaces: | google-cloud-sdk |
Submitter: | PolarianDev |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 190 |
Popularity: | 0.39 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-04-30 06:46 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (14)
- apollo-neo-env-manager-dev (optional)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- gcsfuse-bin (requires google-cloud-sdk) (optional)
- google-cloud-cli-firestore-emulator
- google-cloud-cli-gke-gcloud-auth-plugin
- google-cloud-sdk-app-engine-java (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python-extras (requires google-cloud-sdk)
- google-cloud-sdk-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- repman (optional)
- repman-git (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 32 Next › Last »
rsaxena commented on 2022-02-04 09:35 (UTC)
ayr-ton commented on 2022-02-03 15:18 (UTC)
The current version is failing with Python 3.10.1:
└─[$] bq
Traceback (most recent call last):
File "/opt/google-cloud-sdk/platform/bq/bq.py", line 63, in <module>
import bigquery_client
File "/opt/google-cloud-sdk/platform/bq/bigquery_client.py", line 6755, in <module>
class ApiClientHelper(object):
File "/opt/google-cloud-sdk/platform/bq/bigquery_client.py", line 6761, in ApiClientHelper
class Reference(collections.Mapping):
AttributeError: module 'collections' has no attribute 'Mapping'
└─[$] python -V
Python 3.10.1
I will investigate more later and provide details if I find the reason.
sudoforge commented on 2022-01-31 18:16 (UTC)
@Jont828, please see the pinned comments.
I'm in the process of finishing the PKGBUILDs for each external component. I'd suggest following the instructions in the pinned comments until they are finalized and published.
Jont828 commented on 2022-01-31 18:10 (UTC)
Is it possible to get gcloud's cloud-build-local
package on the AUR? I installed the Google Cloud SDK from here, but this tutorial requires installing cloud-build-local
, which I could not find on the AUR. It can be installed through gcloud using gcloud components install cloud-build-local
, but that command doesn't work when it's installed through the AUR since gcloud sees a separate package manager.
sudoforge commented on 2022-01-26 06:59 (UTC) (edited on 2022-01-26 07:00 (UTC) by sudoforge)
@akhil: I have no idea what Yay does, but the package most definitely installs the shell inclusion files under /opt
. Please file issues related to Yay at its project page.
PLEASE NOTE
This PKGBUILD
is maintained on GitHub. Please use the following repository to submit patches, ask questions, and raise issues:
sudoforge commented on 2022-01-26 06:57 (UTC) (edited on 2022-01-26 07:01 (UTC) by sudoforge)
@rachejazz: comments from 2022-01-13 are obsolete. The issue was fixed later that day.
PLEASE NOTE
This PKGBUILD
is maintained on GitHub. Please use the following repository to submit patches, ask questions, and raise issues:
rachejazz commented on 2022-01-26 06:53 (UTC)
@myyc do you mean to say dev-app-server and endpoints-cfg patches needn't be patched since it was already patched?
myyc commented on 2022-01-13 10:59 (UTC) (edited on 2022-01-13 13:08 (UTC) by myyc)
edit: i was lazy and only checked the first two files. as per the comment below this one actually only the first two files had been patched already. deleting the first two files from the diff and changing the checksum works.
original comment:
it seems like the patch that's failing has been applied already, i've checked a couple of the affected files and it seems to be the case.
i am not the maintainer of the package so i don't know the risk in removing it, but doing so installs the sdk.
amiga23 commented on 2022-01-13 09:30 (UTC)
I've removed the >/dev/null and get the following conrete error messages:
==> Starting prepare()...
patching file bin/dev_appserver.py
patching file bin/endpointscfg.py
patching file completion.zsh.inc
patching file lib/googlecloudsdk/api_lib/run/k8s_object.py
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file lib/googlecloudsdk/api_lib/run/k8s_object.py.rej
patching file lib/googlecloudsdk/api_lib/run/traffic.py
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file lib/googlecloudsdk /api_lib/run/traffic.py.rej
patching file lib/third_party/dns/namedict.py
patching file lib/third_party/frozendict/__init__.py
patching file lib/third_party/functools32/functools32.py
patching file lib/third_party/ml_sdk/cloud/ml/prediction/prediction_utils.py
patching file lib/third_party/prompt_toolkit/styles/from_dict.py
patching file platform/gsutil/gslib/vendored/boto/boto/dynamodb/types.py
patching file platform/gsutil/gslib/vendored/boto/boto/mws/connection.py
failed to apply patch: 0004-collections-abc.patch
==> ERROR: A failure occurred in prepare().
Aborting...
masterberg commented on 2022-01-12 21:39 (UTC) (edited on 2022-01-12 21:39 (UTC) by masterberg)
0004-collections-abc.patch
fails to be applied when installing the package.
failed to apply patch: 0004-collections-abc.patch
Pinned Comments