I\'ve recently upgraded PyQt5 from 5.5.1 to 5.6.0 using the Windows 32-bit installer here: https://www.riverbankcomputing.com/software/pyqt/download5. I\'ve also upgraded my
If you really want to use PyQt5.QtWebKitWidgets, you could run this from the command line:
PyQt5.QtWebKitWidgets
pip install PyQtWebKit
and let it do what it does.