Skip to content
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

Apple Silicon support #1299

Closed
ghost opened this issue Jul 17, 2021 · 3 comments
Closed

Apple Silicon support #1299

ghost opened this issue Jul 17, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2021

uname -a
Darwin Codruts-MBP.localdomain 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64
/usr/local/bin/python --version
Python 3.8.10
file /usr/local/bin/python
/usr/local/bin/python: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
/usr/local/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/local/bin/python (for architecture arm64): Mach-O 64-bit executable arm64

brew install rsync bazelisk
cd anki
./scripts/runopt
2021/07/18 00:25:11 Downloading https://releases.bazel.build/4.0.0/release/bazel-4.0.0-darwin-arm64...
2021/07/18 00:25:11 could not download Bazel: HTTP GET https://releases.bazel.build/4.0.0/release/bazel-4.0.0-darwin-arm64 failed with error 404

@pedromassango
Copy link

This seems to be an download issue. I just downloaded the latest version from the website and is working fine on my M1

@dae
Copy link
Member

dae commented Jul 17, 2021

Dupe of #1240

@dae dae closed this as completed Jul 17, 2021
@ghost
Copy link
Author

ghost commented Jul 18, 2021

There is no bazel-4.0.0-darwin-arm64 available at:
https://releases.bazel.build/4.0.0/release/
It should use bazelisk, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants