Top "Apple-silicon" questions

Use this tag for questions related to Apple's ARM-based CPU found in macOS systems from 2020 onwards, known by the marketing term "Apple Silicon"

How can I run Python 3.9.1 natively on M1 Mac?

Seems to be impossible currently with Anaconda as well as with Xcode 12. Via idle, it runs via Rosetta. There seems …

python-3.9 apple-silicon
Running Ruby, Node, Python and Docker on the new Apple Silicon architecture?

How do you get a Ruby, Python and Node.js development environments running on Apple Silicon architecture. What about virtualization …

python node.js ruby docker apple-silicon
Installation of earlier versions of Python (prior to 3.8) fails on Mac with M1 Chip (ARM based Apple Silicon)

I have Macbook with Apple M1 Chip in which I have to use Python 3.6.5 for my project. It comes with …

python python-3.x macos apple-silicon
Forcing docker to use linux/amd64 platform by default on macOS

Current beta version of docker requires you to specify a --platform=linux/amd64 each time you need to build or …

docker multiplatform apple-silicon
"zsh: illegal hardware instruction python" when installing Tensorflow on macbook pro M1

I'm trying to get tensorflow working on my MacBook pro M1. However, I keep getting the following error when trying …

python python-3.x tensorflow macos-big-sur apple-silicon
OSX fix Selenium Chromedriver launch error spawn Unknown system error -86 Bad CPU type in executable?

Suddenly on the afternoon of January 6, 2021, my Selenium Protractor tests under OSX stopped working with the mysterious error spawn Unknown …

macos selenium webdriver selenium-chromedriver apple-silicon
Xcode error 'building for iOS Simulator, but linking in dylib built for iOS .. for architecture arm64' from Apple Silicon M1 Mac

I have an app which compiles and runs fine in older Macs with Intel processors in physical devices & iOS …

ios xcode cocoa-touch apple-silicon
How can I install Homebrew into /opt/?

I'm on the new M1 MacBook Pro. I'm trying to install gtk+3 (which has native apple silicon support) via Homebrew. …

macos homebrew apple-silicon
Error running rails s on M1 chip (Apple Silicon)

I'm trying to learn Rails and experiencing an issue when I try to run my server. I've read posts from …

ruby-on-rails ruby rubygems apple-m1 apple-silicon
Can Homebrew run on Apple ARM processors?

I ordered a MacBook Pro equipped with an M1 ARM processor. Will I be able to run Homebrew and install …

python node.js macos homebrew apple-silicon