- Edited
Hi everyone!!
Yesterday I received my flaming new OAK-D Lite, and after 30 minutes my experience is not that D-Litefull ;-). And I haven't even plugged it in . I've followed Brandon instructions and copied a Terminal app on the desktop, selected Open using Rosetta, checked that the
uname -m
was X84_64
, and still get the following error (exactly the same I had before re-creating the "Rosetta Terminal"):
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
arch -arm64 brew install ...
To install under x86_64, install Homebrew into /usr/local.
I have checked that there is a Homebrew folder in /usr/local, but I guess the code is using the native Homebrew installation. Any ideas or suggestions
EDIT:
I have fixed this with:
export PATH=/usr/local/Homebrew/bin:$PATH
in case it helps someone.