CondaHTTPError: HTTP 000 CONNECTION FAILED for url
程序员文章站
2022-05-31 21:45:47
...
遇到的问题
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghu
a.edu.cn/anaconda/cloud/conda-forge/noarch/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(MaxRetryError('HTTPSConnectionPool(host=\'mirrors.tuna.tsinghua.edu.cn\
', port=443): Max retries exceeded with url: /anaconda/cloud/conda-forge/noarch/
repodata.json (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routine
s\', \'ssl3_get_server_certificate\', \'certificate verify failed\')])")))'))
解决办法
conda config --set ssl_verify false
错误原因
conda 的网络认证出现问题, 将其设置未false, 即在网络连接时不对网站进行认证
上一篇: mysql数据库基本操作
下一篇: Mysql数据库入门-基本操作
推荐阅读
-
php pdo连接报错Connection failed: SQLSTATE[HY000] [2002]
-
Anaconda出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url的解决过程
-
使用nginx代理gogs遇到推送代码错误的问题(RPC failed; HTTP 413 curl 22 The requested URL returned error: 413)
-
使用nginx代理gogs遇到推送代码错误的问题(RPC failed; HTTP 413 curl 22 The requested URL returned error: 413)
-
anaconda下载包时网络连接错误(CondaHTTPError:HTTP 000 connection failed for url)
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url