我正在尝试在我的mac上安装bazel(10.11.5)。
我可以看到它可以通过brew获得: http://braumeister.org/formula/bazel
但是当我运行“brew install bazel”时,我明白了:
Error: No available formula for bazel
Searching formulae...
Searching taps...
为什么会这样?
答案 0 :(得分:7)
在我的情况下,Homebrew在运行brew update
后已经是最新的了,我在尝试安装xdebug时仍然收到与OP相同的错误消息:
$ brew update
Already up-to-date.
$ brew install php70-xdebug
Error: No available formula with the name "php70-xdebug"
使用Mark关于OP的评论的建议解决了这个问题:
$ brew search xdebug
homebrew/php/xdebug-osx homebrew/php/php70-xdebug
现在,运行$ brew install homebrew/php/php70-xdebug
,Homebrew找到并安装了软件包。
答案 1 :(得分:5)
你应该更新你的啤酒,因为它确实可用。运行
[convertDictValsToInts(v)]
然后它应该工作。