我无法使用 home-brew 安装 python,因为没有可用的瓶子
I can't install python with home-brew, because of no bottle available
正如问题标题所说,面临以下错误。使用 Mac.
如何使用自制程序再次安装 python 而不是从源代码构建?
即使我从 homebrew 中删除了 python@3.8,当我输入 which python3
时,这里 python3 /usr/local/bin/python3
仍然存在。这是否意味着我没有使用从自制软件安装的 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.
homebrew 只支持最新的三个 macOS(分别是 mojave、catalina 和 big_sur),bottles 在 here 中列出。您也可以在那里看到 Apple Silicon 版本。
因此,如果您使用的是最新的自制软件核心,则只能从装有这三个 OSX 的瓶子中安装。
我遇到了同样的问题。我运行xcode-select --install
。这为我的 mac 安装了 CLT。然后我可以通过 运行 xcode-select --install
安装 python3
正如问题标题所说,面临以下错误。使用 Mac.
如何使用自制程序再次安装 python 而不是从源代码构建?
即使我从 homebrew 中删除了 python@3.8,当我输入 which python3
时,这里 python3 /usr/local/bin/python3
仍然存在。这是否意味着我没有使用从自制软件安装的 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.
homebrew 只支持最新的三个 macOS(分别是 mojave、catalina 和 big_sur),bottles 在 here 中列出。您也可以在那里看到 Apple Silicon 版本。
因此,如果您使用的是最新的自制软件核心,则只能从装有这三个 OSX 的瓶子中安装。
我遇到了同样的问题。我运行xcode-select --install
。这为我的 mac 安装了 CLT。然后我可以通过 运行 xcode-select --install