Unable to Import pyperclip
Answered
when i try to import pyperclip
import webbrowser, sys, pyperclip
I get the following error message
/Users/ohizzy/PycharmProjects/HelloWorld/venv/bin/python /Users/ohizzy/PycharmProjects/HelloWorld/scr.py
Traceback (most recent call last):
File "/Users/ohizzy/PycharmProjects/HelloWorld/scr.py", line 1, in <module>
import webbrowser, sys, pyperclip
ImportError: No module named pyperclip
Process finished with exit code 1
I have installed pyperclip multiple times from the CLI and pycharm
Please sign in to leave a comment.
Hello,
Do you see pyperclip package in your project interpreter packages list: https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html ?
yes I do. I am able to see pyperclip the list of packages
Do you face the same problem if you use system interpreter as a project interpreter instead of venv?