安装过程中的终端指示存在此类问题:
MacBook-Pro:~ synkevych$ brew install httpie
Error: The following formula
[#<Dependency: "python" []>, #<Options: []>]
cannot be installed as binary package and must be built from source.
Install the Command Line Tools:
xcode-select --install
如何安装?
根据错误消息,您将需要安装 Xcode 命令行工具(以便可以安装 HTTPie 所依赖的 Homebrew 中的 Python 3(:
安装命令行工具:
xcode-select --install