Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ModuleNotFoundError: No module named 'six'" in pyinput dependency cain #72

Open
MinmoTech opened this issue Aug 28, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working urgent

Comments

@MinmoTech
Copy link
Contributor

Full report here: https://discord.com/channels/752293144917180496/1145067108758212629/1145067108758212629

Report says this happens on the latest version of anki.

Full error message of the user:

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 '⁨Migaku Anki Add-on⁩':
⁨Traceback (most recent call last):
  File "aqt.addons", line 246, in loadAddons
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528__init.py", line 37, in <module>
    from . import (
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\welcome_wizard.py", line 6, in <module>
    from .settings_widgets import TUTORIAL_WIDGETS
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\settings_widgets.py", line 10, in <module>
    from .global_hotkeys import HotkeyConfigWidget, hotkey_handler
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\global_hotkeys__init.py", line 6, in <module>
    from .hotkeys import HotkeyHandler
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\global_hotkeys\hotkeys.py", line 3, in <module>
    from magicy.keyboard import Key, Controller
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\magicy__init.py", line 42, in <module>
    from . import keyboard
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\magicy\keyboard__init.py", line 28, in <module>
    from magicy._util import backend, Events
  File "C:\Users\name\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\magicy_util__init__.py", line 34, in <module>
    import six
ModuleNotFoundError: No module named 'six'
@MinmoTech MinmoTech added bug Something isn't working urgent labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgent
Projects
None yet
Development

No branches or pull requests

2 participants