Hi, I’ve just re-downloaded the latest version of Anki 25.09 on my Mac and immediately upon starting it the below error came up. I re-opened Anki in safe mode and navigated to Tools > Add-Ons however was met with an error stating that “Anki encountered a problem. Please follow the troubleshooting steps”. I copied the debug info below. I’m not the most savvy at this and was hoping someone might help me figure out what’s going on and how to resolve this? I’ve tried deleting the Anki application and re-downloading but still getting the same error. Thanks in advance y’all!
Anki 25.09 (539054c3)
Python 3.13.5 Qt 6.9.1 PyQt 6.9.1
Platform: macOS-14.7.8-arm64-arm-64bit-Mach-O
Traceback (most recent call last):
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 306, in onAddonsDialog
aqt.dialogs.open(“AddonsDialog”, self)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/init.py”, line 151, in open
instance = creator(*args, **kwargs)
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 830, in init
self.redrawAddons()
~~~~~~~~~~~~~~~~~^^
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 894, in redrawAddons
self.addons = list(mgr.all_addon_meta())
~~~~~~~~~~~~~~~~~~^^
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 230, in all_addon_meta
return map(self.addon_meta, self.allAddons())
~~~~~~~~~~~~~~^^
File “/Users/home/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 219, in allAddons
for d in os.listdir(self.addonsFolder()):
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
NotADirectoryError: [Errno 20] Not a directory: ‘/Users/home/Library/Application Support/Anki2/addons21’


