Error importing the installed pygame module
问题 I'm currently doing a project on my school pc and I want to use pygame , since I have experience with pygame . I have downloaded pygame using this line in the command prompt python -m pip install -U pygame --user when I try this line python3 -m pygame.examples.aliens that is used to see if pygame is downloaded right, it works fine. But, when I import it in the project I get this error message File "C:/Users/user/Documents/Programming/test.py", line 10, in import pygame ModuleNotFoundError: No