so I installed pynput (pip install pynput) but it is still giving me an error that I didn't install it. Is there a reason for this? Thanks.
Traceback (most recent call last):
File "test.py", line 1, in <module>
from pynput import mouse
ImportError: No module named pynput