pip安装tornado 时 报错:pip._vendor.urllib3.exceptions.ReadTimeoutError

pip 安装tornado 时报错:

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

详细内容:

解决办法:python -m pip install --default-timeout=100 tornado  --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org

发布了99 篇原创文章 · 获赞 52 · 访问量 29万+

猜你喜欢

转载自blog.csdn.net/weixin_39461487/article/details/103838822
今日推荐