VS Code won't launch python project, returns error ModuleNotFoundError: No module named 'pygame'
import sys
import pygame
from settings import Settings
from ship import Ship
from bullet import Bullet
I've uninstalled pygame, updated pygame and python, check pygame status and I can launch the test game from the website, I was able to launch my project then it stopped working and I keep getting this error after I merged some changes from my repo.
