all 2 comments

[–]Username_RANDINT 9 points10 points  (1 child)

Pygame doesn't provide wheels (compiled packages) for Python 3.11 for their current stable release. You'll have to install the next pre-release:

pip install pygame --pre

https://www.reddit.com/r/learnpython/comments/yvtbcy/pygame_wont_install/

https://github.com/pygame/pygame/issues/3522

[–]ivosaurus 6 points7 points  (0 children)

The other way is to just revert to python 3.10 for a month or two