CondaHTTPError: HTTP 000 CONNECTION FAILED for url http://mirrors.ustc.edu.cn/anaconda/cloud/menpo/linux-64/current_repodata.json
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'http://mirrors.ustc.edu.cn/anaconda/cloud/menpo/linux-64'
无论是创环境,还是更新conda还是安装包,都是这个报错,试了几乎所有的镜像源都不行,感觉不是镜像源的问题
这个问题可能是因为网络连接问题导致的,我建议你可以尝试以下几个方法解决:
检查你的网络连接是否正常,可以通过ping命令测试一下连接性。
尝试更换镜像源,可以使用清华大学的镜像源进行测试,命令如下:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda update conda
如果上述方法都无效,可以考虑重新安装Miniconda,或者尝试使用Anaconda进行环境搭建。
如果以上方法都无法解决问题,建议你将具体错误信息和操作步骤详细描述,以便更好地定位和解决问题。