I already have pygame
installed. If I type pip3 install pygame
into the terminal it returns requirement already satisfied, which means its already installed. However, if I was to type import pygame
, I get this error:
import pygame,sys,random
ImportError: No module named pygame.
Im using VSCode, and the error is probably happening there, as Pygame
worked fine in IDLE.
Does anyone know what is happening here?