我试过brew install pyqt
。
但最终会以
make: *** [sub-plugins-make_default-ordered] Error 2
READ THIS: https://git.io/brew-troubleshooting
These open issues may also help:
qt: migrate to boneyard https://github.com/Homebrew/homebrew-core/pull/7019
Transition formulae to Qt 5 https://github.com/Homebrew/homebrew-core/issues/1705
答案 0 :(得分:1)
pyqt
取决于Qt4,即生命终结并且不再受支持。因此,Homebrew pyqt
包已从主存储库中删除,现在位于boneyard。
您可以尝试从那里安装它:
brew install homebrew/boneyard/pyqt
但是,或许最好看看pyqt5
。