0
点赞
收藏
分享

微信扫一扫

【无标题】CondaHTTPError: HTTP 000 CONNECTION FAILED for url

witmy 2023-10-25 阅读 34

使用Conda时报错:
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/linux-64/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.
SSLError(SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘ssl3_get_server_certificate’, ‘certificate verify failed’)],)”,),),)

解决:
conda config --set ssl_verify false

举报

相关推荐

0 条评论