美文网首页
安装jupyter报错 read time out

安装jupyter报错 read time out

作者: kola666 | 来源:发表于2020-02-19 16:45 被阅读0次

    报错:
    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

          本文链接:https://www.haomeiwen.com/subject/vniafhtx.html