-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google-cloud-sdk crashes on Apple M1 #135045
Comments
I've encountered the same problem for my m1 laptop when trying to install |
pyOpenSSL doesn't work on m1 |
Thanks @Artturin |
@Artturin is there a way to mitigate that somehow? I'm on an M1 machine and gcloud CLI when installed via their installer works fine, it just doesn't work under Nix. I have a suspicion that the reason is my Python installation is actually x86_64 (which I checked using |
#141773 uses openSSL instead of pyOpenSSL. Maybe someone could try it from unstable? |
@iAmMrinal0 I've just tested and it does indeed work, thank you! With this I think this issue can be closed. |
Thanks for testing and verifying. |
Describe the bug
Running the unstable version of
google-cloud-sdk
on an M1 Mac results in the following error:Steps To Reproduce
Steps to reproduce the behavior:
nix-shell --run "gcloud info --run-diagnostics"
Expected behavior
Diagnostic information from gcloud is successfully printed.
Notify maintainers
@iAmMrinal0
@pradyuman
@stephenmw
@zimbatm
Metadata
The text was updated successfully, but these errors were encountered: