When I try to install pygame using python 3.9 I get an error windows

你。 提交于 2020-11-25 03:56:43

问题


There s currently no version of pygame for python 3.9


回答1:


As of https://github.com/pygame/pygame/pull/2163 there are prebuilt binaries for Python 3.9 starting with pygame version 2.0.0.dev14.

pip install pygame==2.0.0.dev14



回答2:


My question is exactly the same as yours. I have tried many methods, but none of them will work. But I succeeded after using this. pip install pygame==2.0.0.dev14



来源:https://stackoverflow.com/questions/64261106/when-i-try-to-install-pygame-using-python-3-9-i-get-an-error-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!