我正在尝试在 MacOS 12.1 M1 Silicon 上安装 hyperkit,但出现以下错误。
% brew install hyperkit
Error: hyperkit: no bottle available!
You can try to install from source with:
brew install --build-from-source hyperkit
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
通过一些研究,我发现与 M1 Silicon 处理器不兼容M1 兼容性问题。
有解决方法吗?
我想在 M1 Silicon 上设置 minishift,Hyperkit 是 MacOS 上的先决条件。