I am trying to make a simple python game using pygame. i installed it using "pip install pygame" when i type it into command prompt now it says "Requirement already satisfied". However when i run my python script inside of the python 3.9.6 IDLE shell i get the following error message
ModuleNotFoundError: No module named 'pygame'
I have installed many other libraries before and they have worked fine until i got pygame. Does anyone know what i could do fix this?