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
Followed instruction on Raspberry pi OS with everything updated on a Raspberry Pi 4
when running yoke, getting this
Traceback (most recent call last):
File "/home/virusz4274/.local/bin/yoke", line 80, in <module>
dev = yoke.Device(args.id, args.name, events=Service.events)
File "/home/virusz4274/.local/lib/python3.7/site-packages/yoke/service.py", line 73, in __init__
self.device = uinput.Device(events, name, BUS_VIRTUAL)
File "/home/virusz4274/.local/lib/python3.7/site-packages/uinput/__init__.py", line 178, in __init__
self.__uinput_fd = fd or fdopen()
File "/home/virusz4274/.local/lib/python3.7/site-packages/uinput/__init__.py", line 84, in fdopen
return _libsuinput.suinput_open()
File "/home/virusz4274/.local/lib/python3.7/site-packages/uinput/__init__.py", line 70, in _open_error_handler
raise OSError(code, msg)
OSError: [Errno 19] Failed to open the uinput device: No such device
The text was updated successfully, but these errors were encountered:
Followed instruction on Raspberry pi OS with everything updated on a Raspberry Pi 4
when running yoke, getting this
The text was updated successfully, but these errors were encountered: