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
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: