You should consider upgrading via the 'python -m pip install --upgrade pip' command.

  1. pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.                                                在下载python库的时候,由于国内网络原因,python包的下载速度非常慢,查看pip 文档,只要在 pip的时候控制超时即可, 具体参数为 --default-timeout=100, 后面的时间可以自己指定。解决方法
posted @ 2020-03-16 12:46  守望麦田里的守望者  阅读(1228)  评论(0编辑  收藏  举报