PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

```ImportError: cannot import name 'PyKeyboard' from 'pykeyboard' ```

Open rhearamaiya opened this issue 4 years ago • 3 comments

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?

rhearamaiya avatar Feb 02 '21 02:02 rhearamaiya

I am having the same probelm

Jfri3ss avatar Apr 16 '21 18:04 Jfri3ss

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.

octopoulos avatar Sep 01 '22 04:09 octopoulos