求,pygame安装总是失败
C:\Users\10592>pip list
Package Version
------------------------- --------
altgraph 0.17.3
pefile 2023.2.7
pip 23.0.1
pygame 2.3.0
pyinstaller 5.9.0
pyinstaller-hooks-contrib 2023.1
pywin32-ctypes 0.2.0
setuptools 67.6.0
C:\Users\10592>python
Python 3.9.0a4 (tags/v3.9.0a4:6e02691, Feb 25 2020, 23:23:54) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
Traceback (most recent call last):
File "", line 1, in
File "D:\python\lib\site-packages\pygame\__init__.py", line 92, in
from pygame.base import * # pylint: disable=wildcard-import; lgtm[py/polluting-import]
ImportError: DLL load failed while importing base: 找不到指定的程序。
>>>