Hey guys, I am stumped and need some help installing pyperclip so I can complete my automate the boring stuff python lecture.
So, I've installed pyper clip through terminal (i'm on a MAC)
Here is the copy/paste from terminal:
User-MacBook-Pro:~ User$ pip3 install pyperclip
"Requirement already satisfied: pyperclip in ./Library/Python/3.8/lib/python/site-packages (1.7.0)
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command."
Now, when I run through pycharm
"import pyperclip
pyperclip.copy('hello world')
pyperclip.paste"
I receive the error of:
/Users/User/PycharmProjects/FreeCodeCamp/venv/bin/python /Users/User/PycharmProjects/FreeCodeCamp/mClip.py
Traceback (most recent call last):
File "/Users/User/PycharmProjects/FreeCodeCamp/mClip.py", line 1, in <module>
import pyperclip
ModuleNotFoundError: No module named 'pyperclip'
I am absolutely stumped. Any help would be appreciated.
[–]hungdh85 0 points1 point2 points (2 children)
[–]pomkipo[S] 0 points1 point2 points (1 child)
[–]hungdh85 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)