I am on MacOS 10.14.3, using python 3.12. I have gone through Library/Frameworks/Python.framework/Versions/3.12/bin/pip3
In IDLE, this is what happens:
import pyperclip
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pyperclip
ModuleNotFoundError: No module named 'pyperclip'
How can I solve this error?