0

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?

vinzee
  • 17,022
  • 14
  • 42
  • 60
  • Can you provide: a) full traceback when you do `python -c "import pyperclip"` or run when running a script with `import pyperclip` b) output of `print(sys.path)` – FlyingTeller Mar 20 '18 at 19:43
  • Possible duplicate of ["ImportError: No module named httplib2" even after installation](https://stackoverflow.com/questions/22735496/importerror-no-module-named-httplib2-even-after-installation) – ivan_pozdeev Mar 21 '18 at 04:01
  • Do you have multiple Python installations? – Xantium Mar 21 '18 at 12:39

0 Answers0