Traceback (most recent call last): File "/usr/lib/python-exec/python3.12/anki", line 2, in import sys;from aqt import run;sys.exit(run()) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/aqt/__init__.py", line 48, in import anki.lang File "/usr/lib/python3.12/site-packages/anki/lang.py", line 13, in import anki._backend File "/usr/lib/python3.12/site-packages/anki/_backend.py", line 16, in from anki import _rsbridge, backend_pb2, i18n_pb2 File "/usr/lib/python3.12/site-packages/anki/backend_pb2.py", line 12, in _runtime_version.ValidateProtobufRuntimeVersion( File "/usr/lib/python3.12/site-packages/google/protobuf/runtime_version.py", line 86, in ValidateProtobufRuntimeVersion raise VersionError( google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading anki/backend.proto: gencode 5.28.0 runtime 5.27.4. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees at https://protobuf.dev/support/cross-version-runtime-guarantee.