当前位置: 首页 > news >正文

ERROR: Failed building wheel for pygame

ERROR: Failed building wheel for pygame

pip install pygame==2.6.0 -i "http://pypi.doubanio.com/simple/" --trusted-host pypi.doubanio.com

 

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pygame
Failed to build pygame
error: failed-wheel-build-for-install

× Failed to build installable wheels for some pyproject.toml based projects
╰─> pygame

 

解决:

python -m pip install pygame-ce

 

来源:https://github.com/pygame/pygame/issues/4712