(noob) Installed pygame using pip install in vs code python, module not found help pls
So I did install pip into my python, I watched online tutorials about it because pip was not working for me in the first place in vscode , then I pip install pygame to vs code after that which it did install (saw there was a loading bar) and then written my code with import pygame. Whenever the code is run, it was saying that no module named pygame is found. help. I saw a similar post having this same problem but I wasnt understanding the terms and what theyre talking about. pls explain in stupid terms
Why is python complaining about pygame not being installed when it is? [duplicate]
This question already has answers here: ImportError: No module named ‘pygame’ (25 answers) Unable to install Pygame using pip (28 answers) Closed 2 mins ago. This post was edited and submitted for review 1 min ago. Just this error on running my script… ModuleNotFoundError: No module named ‘pygame’ I’ve reinstalled pygame (via pip uninstall pygame, […]