Im using vs code and when I write the command "pip install pygame"
it tells me this "Requirement already satisfied: pygame in /usr/local/lib/python3.9/site-packages (2.0.1)"
However, when I try to import pygame it doesnt work. It simply states "line 1, in <module> import pygame ImportError: No module named pygame"
If anyone can help me that would be awesome :)