You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error message when starting anki with morphman the first time:
"Error
An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.
When loading 'MorphMan for Anki 21':
Traceback (most recent call last):
File "aqt.addons", line 246, in loadAddons
File "C:\Users\jonlundb\AppData\Roaming\Anki2\addons21\900801631_init_.py", line 2, in
from PyQt6.QtWidgets import *
ModuleNotFoundError: No module named 'PyQt6'"
The text was updated successfully, but these errors were encountered:
* When possible use aqt instead of directly using PyQt.
* This will make morphman compatible with anki-qt5 and anki-qt6.
Motivation: #291#286
Co-authored-by: rameauv <[email protected]>
Got this error message when starting anki with morphman the first time:
"Error
An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.
When loading 'MorphMan for Anki 21':
Traceback (most recent call last):
File "aqt.addons", line 246, in loadAddons
File "C:\Users\jonlundb\AppData\Roaming\Anki2\addons21\900801631_init_.py", line 2, in
from PyQt6.QtWidgets import *
ModuleNotFoundError: No module named 'PyQt6'"
The text was updated successfully, but these errors were encountered: