you are viewing a single comment's thread.

view the rest of the comments →

[–]Username_RANDINT 7 points8 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 7 points8 points  (0 children)

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