python 311 how to install pygame?

Tossing back and forth to install pygame, I saw countless methods but failed, and finally found that there is no pygame version for python311.
Since there is currently no pygame release for the python311 version, you can only install the pre-release version if you really need it .
See the figure below, type: pip install pygame --pre
and the installation is successful.
See the picture above, directly enter pip install pygame --pre

Guess you like

Origin blog.csdn.net/any1where/article/details/128339232