Closed pallas42 closed 8 months ago
Python 3.9.15 Qt 5.14.2 PyQt 5.14.1
Sorry, I forgot to mention in the description on ankiweb that AnkiMorphs only works on Anki Qt6, not Anki Qt5.
I mentioned why we don't support Qt 5 here: https://mortii.github.io/anki-morphs/user_guide/faq.html#can-you-make-ankimorphs-work-on-anki-qt5
I've updated the description now. Thanks for the feedback!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug A clear and concise description of what the bug is. AnkiMorphs Add-on Startup Failed
To Reproduce Steps to reproduce the behavior:
Expected behavior ankimorphs addon functioning smoothly
Screenshots N/A
Desktop (please complete the following information):
Additional context The Anki Debug Info is attached as follows:
Anki 23.12.1 (1a1d4d54) (ao) Python 3.9.15 Qt 5.14.2 PyQt 5.14.1 Platform: macOS-10.15.7-x86_64-i386-64bit
When loading AnkiMorphs: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/me/Library/Application Support/Anki2/addons21/472573498/init.py", line 38, in
from . import (
File "/Users/pallas/Library/Application Support/Anki2/addons21/472573498/browser_utils.py", line 21, in
from .ui.view_morphs_dialog_ui import Ui_ViewMorphsDialog
File "/Users/me/Library/Application Support/Anki2/addons21/472573498/ui/view_morphs_dialog_ui.py", line 9, in
from PyQt6 import QtCore, QtGui, QtWidgets
ModuleNotFoundError: No module named 'PyQt6'