【发布时间】:2021-09-24 18:14:49
【问题描述】:
我正在使用命令在 arm64 终端中安装 libjpeg
brew install libjpeg
但它给了我这个错误:
Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!
Please create a new installation in /opt/homebrew using one of the
"Alternative Installs" from:
https://docs.brew.sh/Installation
You can migrate your previously installed formula list with:
brew bundle dump
这是什么意思?以及如何解决? 提前谢谢你们。
【问题讨论】:
标签: python macos terminal homebrew arm64