keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

`keyboard.read_event` crashes with `illegal hardware instruction` on MacOS with PyQt

Open Avasam opened this issue 3 years ago • 0 comments

Python: 3.10 MacOS: 11.0.1 keyboard: 0.13.5 from PyPi and git+https://github.com/boppreh/keyboard.git#egg=keyboard PyQt6: 6.3.1

Simply calling keyboard.read_event() in a PyQt app crashes the application with illegal hardware instruction. This does not happen if just launching python from the terminal then calling keyboard.read_event()

Avasam avatar Jul 25 '22 02:07 Avasam