Evdev import failed

import evdev

Doesn’t work
Yes for some reason it doesn’t work

It seems that this vm right there doesn’t support evdev

Perhaps it’s not installed. Try pip install evdev and/or poetry add evdev and then run your program again.

2 Likes

If evdev is installed and doesn’t work maybe try upgrading it.

2 Likes

Uhh it shows this whenever I try to install it


See if it works?

OR
See Docs
https://python-evdev.readthedocs.io/en/latest/tutorial.html

Also keep an eye in the resource bars. If they turn fully red and fir a while, probably that is your problem.

1 Like