Error in pycharm since the update to anki py6

The “QtWebEngineWidgets” module appears to be missing

ModuleNotFoundError: No module named ‘PyQt6.QtWebEngineWidgets’

@dae

Make sure you have pyqt6-webengine installed.

4 Likes

It’s not installed as part of the anki package?

It’s not installed by default. You can state you want to install it along with aqt using:

pip install aqt[qt6]
3 Likes