简体   繁体   English

当我尝试使用 python 3.9 安装 pygame 时,出现错误 windows

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

There s currently no version of Pygame for python 3.9 python 3.9目前没有Pygame的版本

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 .https://github.com/pygame/pygame/pull/2163开始,有 Python 3.9 的预构建二进制文件,从 pygame 版本2.0.0.dev14开始。

pip install pygame==2.0.0.dev14

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 pip 安装pygame==2.0.0.dev14

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Windows 10 中为 python 3.9 安装 pygame? - How to install pygame in Windows 10 for python 3.9? 当我尝试为Python 3.6安装Pygame时,Pip无法正常工作[已过时] - Pip not working when I try to install Pygame for Python 3.6 [Outdated] 当我尝试在Windows上安装Trac时,需要创建项目时出现错误 - When I try to install Trac on Windows I get an error when I need to create a project 我正在使用 python 3.9,但我不知道如何在我的 Windows 10 中安装 pyaudio - I am using python 3.9 and I can't figure out how to install pyaudio in my Windows 10 当我尝试使用不兼容的 python 版本安装 pip 时,如何获得更好的错误消息? - How do I get a better error message when I try to pip install with an incompatible python version? 为什么在尝试安装pyaudio时出现错误? - Why I get error when I try to install pyaudio? 当我尝试使用 pip 安装软件包时出现错误 - When i try to install packages with pip i get an error 当我尝试使用 pip 安装“PyGObject”时出现错误 - When I Try To Install 'PyGObject' With pip I Get an Error 当我尝试执行 pip 安装时出现错误 - I get and error when I try to do pip install 当我尝试通过终端安装 Pygame 时,它​​给了我这个:错误:命令 'gcc' 失败,退出状态为 1 - When I try to install Pygame through Terminal it gives me this: error: command 'gcc' failed with exit status 1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM