安装jupyter报错 read time out

报错:
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

原因:有网速,但是特别慢!

解决方案:
一:可能被电脑挡住了,需要关闭病毒防护
二:加时间
pip3 install --timeout 1000 jupyter
三:换成清华镜像源
pip install https://pypi.tuna.tsinghua.edu.cn/simple jupyter

你可能感兴趣的:(安装jupyter报错 read time out)