Open rhearamaiya opened 3 years ago
I am having the same probelm
That's because you do not want pykeyboard
but pyuserinput
, which has its own pykeyboard with PyKeyboard
class.
So, pip remove pykeyboard, pip install pywin32, pip install pyuserinput.
This worked for me 👍
I'm getting this error,
ImportError: cannot import name 'PyKeyboard' from 'pykeyboard'
, but I checked and I do have pykeyboard installed. Any advice on how to fix?