博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
阅读量:4171 次
发布时间:2019-05-26

本文共 248 字,大约阅读时间需要 1 分钟。

HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.

使用pip下载第三方库时超时

在这里插入图片描述
解决方法:将超时时间延长,重新下载
输入命令:

  1. pip --default-timeout=100 install -U pip
  2. pip --default-timeout=100 install -U +第三方库名
    如:pip --default-timeout=100 install -U moviepy

转载地址:http://rzwai.baihongyu.com/

你可能感兴趣的文章
2018.3.21
查看>>
2018.3.22
查看>>
2018.3.23
查看>>
A Game of Thrones(102)
查看>>
2018.4.29
查看>>
2018.4.30
查看>>
2018.4.31
查看>>
2018.4.32
查看>>
2018.4.33
查看>>
《python基础教程》答案(第一章)
查看>>
2018.4.34
查看>>
2018.4.35
查看>>
2018.4.36
查看>>
我为什么要写博客
查看>>
如何导入pycharm无法导入的包
查看>>
2018.4.37
查看>>
2018.4.38
查看>>
2018.4.39
查看>>
2018.4.40
查看>>
2018.5.27
查看>>