I've installed pyperclip and it works fine in python IDLE yet when I try to open the same program in vscode I get : ModuleNotFoundError: No module named 'pyperclip'. I'm on Python 3.10.0 and pyperclip is version 1.8.2
This is the program that I'm trying to run.
import pyperclip
print(pyperclip.paste())