Unable to install pygame on Python via pip (Windows 10)
Solution 1:
There's dev
versions available as of now. Get them via
pip install pygame==2.0.0.dev6
Solution 2:
Pygame is not compatible with Python 3.8 at the moment. I would recommend you to downgrade back to 3.7 and installing with pip there.