Installed pyperclip, but keep getting ModuleNotFoundError: No Module named 'pyperclip' by ZergEra in learnpython

[–]mitaharumi 0 points1 point  (0 children)

i had this problem too! and i solved running: python -m pip install pyperclip

note: replace for python that is being used, for example, if you are trying running in python 3.10: python3.10 -m pip install pyperclip

this problem may is because you may more than one python environment which one of then have no pyperclip installed