I am trying to import pyperclip in eclipse but I receive the same error. Terminal tells me that I have the later version of pip, pyperclip, and python. When look at the python interpreter in pydev, it says Warning you are using pip version 20.2.3; however you should consider upgrading via the '\Applications, but in the terminal it says that I have pip version 22.2.2 installed.
Traceback (most recent call last): File "/Users/bigterry/Desktop/Desktop - Jason's MacBook Pro/Eclipse/pythonPractice.py/headsTails.py", line 7, in import pyperclip ModuleNotFoundError: No module named 'pyperclip'