Python 3.7.0 No module named ‘PyQt5.QtWebEngineWidgets’

It has been moved to a separated package. Based on this answer and my own experience, Just execute in a terminal: pip install PyQtWebEngine If you still got problems with PyQt, try uninstalling all of the PyQt related libraries: pip uninstall PyQt5 pip uninstall PyQt5-sip pip uninstall PyQtWebEngine Then install them again, which should fix … Read more