I looked through questions about not being able to install pygame and I came across 'pip install pygame --pre'
so I entered that in the command line. It was installed successfully but when I checked it in the installed packages I cannot see pygame.
Command line says this:
Requirement already satisfied: pygame in c:\users\admin\appdata\roaming\python\python311\site-packages (2.1.3.dev8)
Would like to see a step by step way to fix this because I am a beginner in coding.
I tried installing other packages and it worked... pygame is the only thing I have trouble downloading.