ImportError: No module named pynput.keyboard
问题 I have a problem and I can't find anything to help.The idea is that I can't import pynput. I did the pip install and this is what it shows: > Traceback (most recent call last): File "sb.py", line 1, in <module> from pynput.keyboard import Key, Controller ImportError: No module named pynput.keyboard I tried again pip install pynput and it shows Requirement already satisfied Here is the code, i don't know if it helps but there you go: from pynput.keyboard import Key, Controller def game():