0

安装时终端提示这样的问题:

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

我该如何安装它?

4

1 回答 1

1

根据错误消息,您将需要安装 Xcode 命令行工具(以便可以安装 HTTPie 所依赖的 Homebrew 的 Python 3):

安装命令行工具: xcode-select --install

于 2019-09-23T14:35:06.787 回答