I am NOT on M1 just as an FYI
Latest posts made by drewpterry
-
RE: Startup error on MacOS
Oh just made a bug report for it but I am having the same problem:
https://community.migaku.io/topic/313/problem-on-anki-addon-startup
-
RE: not working with anki
Just checking but I had same problem and I realized it was probably because the Anki Add-on was not installed properly. Maybe you are having the same problem too?
I submitted a report here: https://community.migaku.io/topic/313/problem-on-anki-addon-startup
-
Problem on Anki Addon Startup
Hi, when I try to start Anki after adding add-on I get this error and the add-on does not work. Any help would be appreciated. (I also brought up the problem here in this thread but no one responded):
https://community.migaku.io/topic/219/macos-m1-anki-addon-startup-error/3An 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 'Migaku Anki Add-on': Traceback (most recent call last): File "aqt.addons", line 244, in loadAddons File "/Users/username/Library/Application Support/Anki2/addons21/1846879528/__init__.py", line 38, in <module> from . import ( File "/Users/username/Library/Application Support/Anki2/addons21/1846879528/welcome_wizard.py", line 9, in <module> from .global_hotkeys import HotkeyConfigWidget, hotkey_handler File "/Users/username/Library/Application Support/Anki2/addons21/1846879528/global_hotkeys.py", line 4, in <module> import pynput.keyboard File "/Users/username/Library/Application Support/Anki2/addons21/1846879528/lib/shared/pynput/__init__.py", line 40, in <module> from . import keyboard File "/Users/username/Library/Application Support/Anki2/addons21/1846879528/lib/shared/pynput/keyboard/__init__.py", line 31, in <module> backend = backend(__name__) File "/Users/drewterry/Library/Application Support/Anki2/addons21/1846879528/lib/shared/pynput/_util/__init__.py", line 77, in backend raise ImportError('this platform is not supported: {}'.format( ImportError: this platform is not supported: cannot import name '_objc' from partially initialized module 'objc' (most likely due to a circular import) (/Users/username/Library/Application Support/Anki2/addons21/1846879528/lib/macos/objc/__init__.py) Try one of the following resolutions: * Please make sure that you have Python bindings for the system frameworks installed
-
RE: MacOS M1 - Anki Addon Startup Error
@bent I have the same error. Not on M1.
Version 2.1.53 (96bacf79)
Python 3.9.7 Qt 6.3.0 PyQt 6.3.0I'm pretty sure I'm using the latest version of the add-on since I added it to anki via code.
Any help would be appreciated!