import evdev
Doesn’t work
Yes for some reason it doesn’t work
It seems that this vm right there doesn’t support evdev
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.
If evdev
is installed and doesn’t work maybe try upgrading it.
Also keep an eye in the resource bars. If they turn fully red and fir a while, probably that is your problem.