Going through Automate the boring stuff and I can't install pyperclip

49 Views Asked by At

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?

0

There are 0 best solutions below