A strange "Exception: Xlib's XInput extension is required, but could not be found." error #1608
user202729
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just now I got that error. Thankfully I got it resolved quickly (otherwise I would be fixing it rather than writing this long post with Plover)
Not sure what was going on exactly, but previously I had
python-xlib 0.29
andpython3-xlib 0.15
which causes the error. Andpython3-xlib
is unmaintained. https://stackoverflow.com/questions/74716030/what-is-the-difference-between-python-xlib-python3-xlib-pyxlib-and-xlib-in-pytpython3-xlib
was probably pulled in bypyautogui
. (now I try to reinstall those packages but cannot reproduce the issue.)Anyway, just put here for documentation purpose. If something goes wrong try to reinstall packages first (or make a new virtual environment)
Beta Was this translation helpful? Give feedback.
All reactions