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
I've uninstalled and reinstalled the add-on but I'm still getting the error that the add-on needs to be updated to support the new version of Anki. I've checked for updates and there is none available.
Debug Info below:
Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.22621
When loading Card Scheduling Priority customize intervals:
Traceback (most recent call last):
File "aqt.addons", line 245, in loadAddons
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132_init_.py", line 11, in
from . import controller as ctr
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132\controller.py", line 11, in
from .uicontrib import PriorityCardUiHandler
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132\uicontrib.py", line 13, in
from PyQt5.QtWidgets import QMenu, QAction
ModuleNotFoundError: No module named 'PyQt5'
The text was updated successfully, but these errors were encountered:
I've uninstalled and reinstalled the add-on but I'm still getting the error that the add-on needs to be updated to support the new version of Anki. I've checked for updates and there is none available.
Debug Info below:
Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.22621
When loading Card Scheduling Priority customize intervals:
Traceback (most recent call last):
File "aqt.addons", line 245, in loadAddons
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132_init_.py", line 11, in
from . import controller as ctr
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132\controller.py", line 11, in
from .uicontrib import PriorityCardUiHandler
File "C:\Users\angel\AppData\Roaming\Anki2\addons21\580930132\uicontrib.py", line 13, in
from PyQt5.QtWidgets import QMenu, QAction
ModuleNotFoundError: No module named 'PyQt5'
The text was updated successfully, but these errors were encountered: