正如问题标题所说,面临以下错误。使用Mac。
我怎样才能再次使用自制软件安装python而不是从源代码构建?
即使我从 homebrew 中删除了 python@3.8 ,当我输入时,which python3这里仍然是 python3 /usr/local/bin/python3。这是否意味着我没有使用从 homebrew 安装的 python?
python@3.8: no bottle available!
You can try to install from source with e.g.
brew install --build-from-source python@3.8
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.
Run Code Online (Sandbox Code Playgroud)
homebrew 仅支持最新的三个 macOS(分别是 mojave、catalina 和 big_sur),此处列出了瓶子。您还可以在那里看到 Apple Silicon 版本。
因此,如果您使用的是最新的自制程序核心,则只能从这三个 OSX 的瓶子中进行安装。