pip install pygame安装报错解决方案

针对pip install pygame安装报错的两种不同的解决方法:

一:若python中已经安装好了pip,但pip install pygame却报错的话,可以尝试以下步骤:

(1)开始,输入cmd

(2)pip install wheel

(3)pip install pygame

二:另一种出现错误的原因是版本问题,此时下载pygame会出现以下警告: 

ERROR: Could not find a version that satisfies the requirement pygeme (from versions: none)
ERROR: No matching distribution found for pygeme
WARNING: You are using pip version 21.2.4; however, version 23.1 is available.
You should consider upgrading via the 'C:\Users\jih\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.

针对这种问题,我们只需要把警告引号里面的内容复制下来就可以了,即:

C:\Users\jih\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip

最后,我们就可以成功安装pygame了:

 

 

文章出处登录后可见!

已经登录?立即刷新

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
扎眼的阳光的头像扎眼的阳光普通用户
上一篇 2023年11月9日
下一篇 2023年11月9日

相关推荐

此站出售,如需请站内私信或者邮箱!