Error: qt@5.5: unknown version :mountain_lion

Error: qt@5.5: unknown version :mountain_lion

按照此 tutorial 在 macOS 版本 10.13.6 High Sierra 上安装 qt5.5。尝试 brew install qt@5.5 时失败,出现以下错误:

Error: qt@5.5: unknown version :mountain_lion

版本:

有什么帮助吗?

参照tutorial,执行以下步骤安装qt@5.5

brew update
cd $( brew --prefix )/Homebrew/Library/Taps/homebrew/homebrew-core

# below is the last commit containing qt@5.5 with homebrew
git checkout 9ba3d6ef8891e5c15dbdc9333f857b13711d4e97 Formula/qt@5.5.rb

# here is where the error occurs
brew install qt@5.5

解决方案

结果是 qt@5 的第 25 行。5.rb 命令中签出的公式文件(如 referred tutorial 中所见)

git checkout 9ba3d6ef8891e5c15dbdc9333f857b13711d4e97 Formula/qt@5.5.rb

导致了这个问题。将其注释掉可以解决问题