You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from xkbgroup import XKeyboard
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/xkbgroup/__init__.py", line 14, in <module>
from .core import XKeyboard, X11Error
File "/usr/lib/python3.8/site-packages/xkbgroup/core.py", line 31, in <module>
from .xkb import *
File "/usr/lib/python3.8/site-packages/xkbgroup/xkb.py", line 3372, in <module>
XEHeadOfExtensionList.argtypes = [XEDataObject]
TypeError: item 1 in _argtypes_ passes a union by value, which is unsupported.
From enkore/i3pystatus/issues/771
This is due to https://bugs.python.org/issue16575 and python/cpython/pull/17016 specifically.
The text was updated successfully, but these errors were encountered: