Windows 10, python 3.6.4
I get ModuleNotFoundError: No module named 'pyperclip'
when i run a program.
When I type pip list
and pip freeze
in command prompt pyperclip (1.6.0)
is shown as installed.
When I type pip install pyperclip
in command prompt I get Requirement already satisfied: pyperclip in c:\python\lib\site-packages
.
Do you know how to fix this?