lonny19690405 发表于 2020-6-18 16:23:43

pygame

你好!我的电脑在cmd 下输入pip install oygame总是不成功,

Microsoft Windows [版本 10.0.17134.1304]
(c) 2018 Microsoft Corporation。保留所有权利。

C:\Users\admin>pip install pygame
Collecting pygame
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/d2/ba/8e4f8fae51bd9d5766f1f20c9ce451e93929ee9efdd2784b1a7b469ea76e/pygame-1.9.6-cp38-cp38-win32.whl
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/d2/ba/8e4f8fae51bd9d5766f1f20c9ce451e93929ee9efdd2784b1a7b469ea76e/pygame-1.9.6-cp38-cp38-win32.whl
现在的显示是这样,请问如何解决,谢谢!

qiuyouzhi 发表于 2020-6-18 16:26:53

超时了,换国内源
pip install pygame -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

xiaofeiyu 发表于 2020-6-18 22:01:58

网络问题

封号 发表于 2020-6-19 07:21:08

这个是超市问题
用国内镜像便可解决
代码如下
pip install pygame -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
如果对你有帮助设个最佳吧{:10_254:}

靳子轩 发表于 2020-6-21 14:05:10

ReTry为超时,建议换国内pypi源,如
http://pypi.douban.com/simple/

FC的注册很坑 发表于 2020-6-24 14:08:32

本帖最后由 FC的注册很坑 于 2020-6-24 14:09 编辑

https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
页: [1]
查看完整版本: pygame