Tryin to install pyperclip into python
- Using
- Mac 11.2.2(20D80)
- VScode
- Tried
- pip install pyperclip
- pip3 install pyperclip
- sudo pip install pyperclip
- made virtual space and tried above
Saids "Requirement already satisfied: pyperclip in ./selenium/lib/python3.8/site-packages (1.8.2)"
but when I write code import pyperclip
and run python,
it still saids Module Not Found Error : No module named 'pyperclip'
please help! what am I missing?