I'm trying to install Google Cloud CLI in my MacBook pro (M1). I have downloaded the M1 version of gCLI SDK for installation.
A bit about my environment:
- python version 3.9.5 (environment managed by pyenv)
- currently installed
oauthlib
versionoauthlib==3.2.2
Here's the error I'm getting:
I've also tried installing python-oauth2 to resolve the problem, but no luck. Any pointers will be highly appreciated. Thanks!
curl https://sdk.cloud.google.com | bash
-Restart your shell:exec -l $SHELL
-Run gcloud init to initialize the gcloud environment:gcloud init
Thanks to this thread for solving the installation problem #63587350 – Eveleen