当前位置:   article > 正文

python下载库出现下列错误_error: exception: traceback (most recent call last

error: exception: traceback (most recent call last):

ERROR: Exception: Traceback (most recent call last)的解决方法

traceback(most recent call last)错误以及error: The read operation timed out

During handling of the above exception, another exception occurred:

解决办法:

换源

conda下复制粘贴如下命令:

# 查看当前下载源
conda config --show-sources
# 添加下载源
# 清华镜像源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# 中科大镜像源
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/931617
推荐阅读
相关标签
  

闽ICP备14008679号