boppreh / keyboard

Hook and simulate global keyboard events on Windows and Linux.
MIT License
3.76k stars 433 forks source link

python keyboard module buserror/segmentation fault #567

Open yavda1 opened 1 year ago

yavda1 commented 1 year ago

I am trying to use the keyboard module. I just wrote

import keyboard

and thats all in the file and it gives me this error

zsh: bus error  

but sometimes it gives me this error

zsh: segmentation fault 

I have no idea what is happening as I have used this module before and it has worked fine. If it matters I am on OSX thanks!

yavda1 commented 1 year ago

*When I used it before it was python 3.9.7, im using 3.10.6

Avasam commented 1 year ago

562 #504 #507