Hello everyone.
Here is the problem:
I have install pyperclip through cmd
python3.10 install pyperclip
Everything ran just fine. The installation is completed.
I go to Mu1.2.0 and write these code
import pyperclip
pyperclip.copy('Hello, world!')
pyperclip.paste()
Run the code, and the error appears:
Traceback (most recent call last):
File "c:\users\admin\mu_code\appendixa.py", line 1, in <module>
import pyperclip
ModuleNotFoundError: No module named 'pyperclip'
>>>
My python is 3.10
I tried to reinstall again and the message appears:
Requirement already satisfied: pyperclip in d:\program files\python310\lib\site-packages (1.8.2)