报错:
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/curre
实际操作加入清华、中科大等镜像依然报同样的错,只是后面的URL不同
参考github解决方法:
Never mind. I found the solution in another thread. Copying here so it helps anyone else who lands up here:
D:\Anaconda3\DLLs_ssl.pyd search for the OpenSSL DLLs but in the wrong/current location!
As they are not found the search goes to C:\Windows\System32 where we have the same DLLs, installed by an other application, but with a different version. :-(
The DLLs delivered by Anaconda3 are located here:
D:\Anaconda3\Library\bin
My workaround:
I have copied the following files
libcrypto-1_1-x64.*
libssl-1_1-x64.*
from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs.
And it works as a charm!
从安装路径如D:\Anaconda3\Library\bin复制以下文件名的所有文件到D:\Anaconda3\DLLs.
libcrypto-1_1-x64.*
libssl-1_1-x64.*