- pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 在下载python库的时候,由于国内网络原因,python包的下载速度非常慢,查看pip 文档,只要在 pip的时候控制超时即可, 具体参数为 --default-timeout=100, 后面的时间可以自己指定。解决方法
- 发
相关文章
- 12-25You should consider upgrading via the 'pip install --upgrade pip' command
- 12-25You should consider upgrading via the 'python -m pip install --upgrade pip' command.
- 12-25解决You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
- 12-25Python pip安装时You are using pip version 9.0.1, however version 18.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
- 12-25解决You should consider upgrading via the 'python -m pip install --upgrade pip' command. (pip工具版本较低导致)
- 12-25Pycharm 中You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.