Trying brew install qt on macOS 10.12.1 now gives the widely reported: This formula either does not compile or function as expected on macOS versions newer than El Capitan due to an upstream incompatibility.
Installing brew install qt5 works fine.
Are there any plans to update this repo to support QT5?
I did some find/replace from source, but notice that QtWebKit isn't included anymore: from PyQt5 import QtWebKit ImportError: cannot import name 'QtWebKit' :-(
So the migration process might be a little more involved.
Trying
brew install qton macOS 10.12.1 now gives the widely reported:This formula either does not compile or function as expected on macOS versions newer than El Capitan due to an upstream incompatibility.Installing
brew install qt5works fine.Are there any plans to update this repo to support QT5?
I did some find/replace from source, but notice that QtWebKit isn't included anymore:
from PyQt5 import QtWebKit ImportError: cannot import name 'QtWebKit':-(So the migration process might be a little more involved.