I understand that this is such a simple thing and at the basics of programming, but I have no idea what to do. I'm trying to code a game for my computer science project for school and it's almost finished, except I woke up and for some reason, there's an error with pygame (it was completely fine yesterday). I tried the 'pip install pygame' but it says I already have it in my library.
import pygame as p
ModuleNotFoundError: No module named 'pygame'
The project's due in in a couple of days, I would really appreciate any help!