求解
Python 3.9.0a2 (tags/v3.9.0a2:6202d85, Dec 18 2019, 22:54:12) [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 "<pyshell#0>", line 1, in <module>
import pygame
File "C:\Users\W1\AppData\Local\Programs\Python\Python39\lib\site-packages\pygame\__init__.py", line 90, in <module>
from pygame.base import * # pylint: disable=wildcard-import; lgtm[py/polluting-import]
ImportError: DLL load failed while importing base: 找不到指定的程序。
导入pygame时一直报错,版本和系统位数都没有问题
pygame是pip安装的,卸载重装了好几次都没用,应该如何解决,或者说是哪一方面出现了问题?
我也一样,求有没有解决的办法换3.8又安装不上pygame,也就是3.9可以安装,但使用时报错
我也一样,导入pygame时一直报错,版本和系统位数都没有问题
据说Python3.9对pygame的支持力度不是很高,建议卸载python3.9,重回3.8或者3.7