美文网首页
anaconda 网络连接错误

anaconda 网络连接错误

作者: 小夏_3f26 | 来源:发表于2020-07-18 11:04 被阅读0次

    在conda安装好之后,默认的镜像是官方的,由于官网的镜像在境外,访问太慢或者不能访问,为了能够加快访问的速度,这里选择了清华的的镜像。

    在命令行中运行(设置清华的镜像)

    conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    conda config --set show_channel_urls yes

    相关文章

      网友评论

          本文标题:anaconda 网络连接错误

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