Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'PyKeyboard' from 'pykeyboard' #122

Open
rhearamaiya opened this issue Feb 2, 2021 · 3 comments
Open

ImportError: cannot import name 'PyKeyboard' from 'pykeyboard' #122

rhearamaiya opened this issue Feb 2, 2021 · 3 comments

Comments

@rhearamaiya
Copy link

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?

@Jfri3ss
Copy link

Jfri3ss commented Apr 16, 2021

I am having the same probelm

@octopoulos
Copy link

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.

@MatterGT
Copy link

MatterGT commented Mar 9, 2024

This worked for me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants