首页 > 其他分享 >安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案

安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案

时间:2024-04-04 20:33:50浏览次数:22  
标签:Exception version 错误 None WARNING pygame pip Pygame

安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案

  • 前言
  • Pygame错误
  • 错误分析
  • 解决方案
    • 错误分析结论
    • 更新pip
  • 安装Pygame

前言


输入Pygame安装命令

pip install pygame

安装Pygame出错提示错误:WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version,怎么解决?


Pygame错误


安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案
安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案
安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案
安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案
安装Pygame过程中提示错误WARNING: Retrying…ERROR: Exception: Traceback…WARNING: You are using pip version解决方案

安装Pygame提示错误如下:

C:\Users\LVWIN>pip install pygame
Collecting pygame
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000161F90F83D0>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/7f/d9/098baed5e89684f95d042d7d22fc8c0d684748601357cfc884df02bbc43a/pygame-2.5.2-cp39-cp39-win_amd64.whl
  Downloading pygame-2.5.2-cp39-cp39-win_amd64.whl (10.8 MB)
     -- ------------------------------------- 0.6/10.8 MB 6.5 kB/s eta 0:25:51
ERROR: Exception:
Traceback (most recent call last)

标签:Exception,version,错误,None,WARNING,pygame,pip,Pygame
From: https://blog.csdn.net/molangmolang/article/details/137352261

相关文章

  • idea异常:java.nio.charset.MalformedInputException: Input length = 1
    先放图吧,一般idea设置成这样都能解决写在后面:MalformedInputException是格式错误输入异常,意思就是指你的项目、配置文件编码不统一,所以我们要统一成UTF-8。一般小项目,肯定按照上图设置就没问题了,大项目文件多,特别是读属性这块,如果排查都没问题的话,可以重启项目,或者clean一下。......
  • hive执行是报错WARNING: log4j.properties is not found.
    一、原因是找不到log4文件了,和hadoop上的连接断了。这时候想创建外表的时候就会报错。1.启动hive时报错 2.建表时不通过。二、问题遇到的前景回顾。之前一直好好的,是安装dolphinscheduler后,突然就怪起来了。先是hadoopfs-cat命令不通过,这个时候的报错就已经指向HADOOP_CO......
  • PP-YOLOE: An evolved version of YOLO
    摘要我们在之前PP-YOLOv2的基础上进行了优化,使用无锚范式,更强大的主干和颈部配备了CSPRepResStage。ET-head和动态标签分配算法TAL。1、介绍受YOLOX的启发,我们进一步优化了之前的工作PP-YOLOv2。PP-YOLOv2是一款高性能单级探测器。基于PP-YOL......
  • 报错org.activiti.engine.ActivitiIllegalArgumentException: resource 'bpmn/file.bp
    一、代码段及报错位置1.代码段2.报错文件位置  二、报错原因:org.activiti.engine.ActivitiIllegalArgumentException:resource'bpmn/file.bpmn'notfound  三、解决方法:将resources-->bpmn-->file.bpmn复制粘贴到target-->classess-->bpmn下:......
  • IOS开发使用Xcode上传构建版本报错 Distribution failed with errors:Asset validatio
    报错信息:SDKversionissue.ThisappwasbuiltwiththeiOS16.0SDK.AlliOSandiPadOSappsmustbebuiltwiththeiOS16.1SDKorlater,includedinXcode14.1orlater,inordertobeuploadedtoAppStoreConnectorsubmittedfordistribution.Startin......
  • QT开发:报错:QAxBase: Error calling IDispatch member Open: Exception thrown by serv
    在Qt中打开excel出现下面的错误提示:QAxBase:ErrorcallingIDispatchmemberOpen:Exceptionthrownbyserver怎么解决?错误提示通常意味着在尝试使用Qt的ActiveX模块(QAxBase)打开Excel文件时发生了异常。这可能是由于多种原因引起的,包括文件损坏、权限问题、Excel安装问题或者Q......
  • 【Python BUG】ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CX
    报错ImportError:/usr/lib/x86_64-linux-gnu/libstdc++.so.6:version`CXXABI_1.3.9‘notfound背景开发的一个python预测程序(算法分析+应用服务),在原本的linux服务器下配置了开发环境,打包后在另一台凝思服务器解压,发现报错。应该是linux系统之间存在差异,动态库缺失......
  • c# 获取程序集AssemblyVersion 版本号
     //获取程序Properties文件夹下面的AssemblyInfo.cs文件,[assembly:AssemblyVersion("1.0.0.1")] publicstringGetVersion(){System.Reflection.Assembly[]assemblies=AppDomain.CurrentDomain.GetAssemblies();System.Reflection.As......
  • Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field p
    完整日志:Causedby:java.lang.reflect.InaccessibleObjectException:Unabletomakefieldprivatefinaljava.lang.Classjava.lang.invoke.SerializedLambda.capturingClassaccessible:modulejava.basedoesnot"opensjava.lang.invoke"tounnamedmodule......
  • 解决 java.sql.SQLException:null,message from Server:"Host 'xxx' is not allowed t
    问题:url中机器地址写127.0.0.1或是localhost时不会发生,但写真实IP就出现此异常,即使从本机运行也会出此错。解决方法:在MySQL控制台,执行以下命令:mysql>usemysql;Databasechangedmysql>updateusersethost='%'whereuser='root';QueryOK,1rowaffected(0.04sec)......