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 (mos
Last time I had this issue, it was because I had installed the module using pip for a given version of python (lets say 2.7), but I was running my script using python 3.6. Try to check the versions.
How are you running the file? When you do python3 nameofyourprogram.py you should use pip3 install pynput