安装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提示错误如下:
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