-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
"NameError: name 'keyboard' is not defined" 😬. what to do? #37
Comments
can you install requirements.txt and try again ? I updated the requirements.txt |
Yes, I have Installed "pillow" module also But got the same error on "keyboard" as mentioned earlier. |
Same |
maybe this could help https://bobbyhadz.com/blog/python-no-module-named-keyboard |
hey men what did u do u solve that problem? |
On line 116 this error occured, but if we check in import we have Listener so try replacing the line with: |
Maybe bc you doesn't have all the requirements, try to pip install every library is needed by manual |
I have the same thing |
Getting an Error like this:
What to do?
The text was updated successfully, but these errors were encountered: