Ankihub add-on

Anki 25.02.7 (1b882285) (src) (ao)
Python 3.13.3 Qt 6.9.1 PyQt 6.9.1
Platform: Linux-6.15.2-arch1-1-x86_64-with-glibc2.41

When loading AnkiHub:
Traceback (most recent call last):
File โ€œ/usr/lib/python3.13/site-packages/aqt/addons.pyโ€, line 250, in loadAddons
import(addon.dir_name)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/init.pyโ€, line 28, in
from . import entry_point
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/entry_point.pyโ€, line 16, in
from .gui import (
โ€ฆ<8 lines>โ€ฆ
)
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/gui/browser/init.pyโ€, line 1, in
from .browser import custom_columns, setup # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/gui/browser/browser.pyโ€, line 52, in
from โ€ฆflashcard_selector_dialog import show_flashcard_selector
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/gui/flashcard_selector_dialog.pyโ€, line 17, in
from .menu import AnkiHubLogin
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/gui/menu.pyโ€, line 31, in
from .errors import upload_logs_and_data_in_background, upload_logs_in_background
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/gui/errors.pyโ€, line 20, in
import sentry_sdk
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/lib/sentry_sdk/init.pyโ€, line 1, in
from sentry_sdk.hub import Hub, init
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/lib/sentry_sdk/hub.pyโ€, line 9, in
from sentry_sdk.client import Client
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/lib/sentry_sdk/client.pyโ€, line 19, in
from sentry_sdk.transport import make_transport
File โ€œ/home/hash/.local/share/Anki2/addons21/1322529746/lib/sentry_sdk/transport.pyโ€, line 5, in
import certifi
ModuleNotFoundError: No module named โ€˜certifiโ€™

How did you install this version? The error shouldnโ€™t occur using the official Anki package. You can try running pip install certifi if this is a system-wide Python installation.