Not working on M1 chips? #355
-
Hi, I am running macOS Monterey 12.2.1 with M1 Max. When I try to install colima through homebrew, it says: colima dependencies not built for the arm64 CPU architecture: Any idea how to proceed? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You seem to be using an amd64 version of homebrew. Quickly! Uninstall your existing homebrew and install the arm64 version of homebrew. You probably have homebrew in /usr/local/bin, right? That's the wrong one. You want the one that will be installed in /opt/homebrew. Having the wrong homebrew will mess up everything you do. |
Beta Was this translation helpful? Give feedback.
-
(just a guess) Could it also be that homebrew was installed after turning on rosetta? |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the answer! Yes the issue was indeed installing after opening terminal with Rosetta. Now it works like a charm! |
Beta Was this translation helpful? Give feedback.
You seem to be using an amd64 version of homebrew. Quickly! Uninstall your existing homebrew and install the arm64 version of homebrew. You probably have homebrew in /usr/local/bin, right? That's the wrong one. You want the one that will be installed in /opt/homebrew. Having the wrong homebrew will mess up everything you do.