miniconda: CondaHTTPError: HTTP 000 CONNECTION FAILED for url...的解决方法!

问题描述:

Collecting package metadata (current_repodata.json): failed
 
CondaHTTPError: HTTP 000 CONNECTION FAILED for url 
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/pkgs/free/win-64/current_repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))

解决方法:

把路径“miniconda3/Library/bin ”下面的文件复制到路径“miniconda3/DLLs”下 :
libcrypto-1_1-x64.dll
libssl-1_1-x64.dll

备注:anaconda也同样适用

你可能感兴趣的:(conda)