在Windows上无法将Conda与Anaconda 2018.2一起使用

use*_*486 2 python anaconda conda

我刚刚在Windows 10上全新安装了Anaconda 2018.2,该anaconda版本使用python v3.7。运行conda进行更新时conda update conda,出现以下错误;

Collecting package metadata: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/repodata.json.bz2>
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.

If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.

SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: /pkgs/main/win-64/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))
Run Code Online (Sandbox Code Playgroud)

Col*_*old 8

对我有用的是将这些文件从Anaconda3 / Library / bin复制到Anaconda3 / DLL:

libcrypto-1_1-x64.dll

libssl-1_1-x64.dll


小智 5

以管理员身份使用 Anaconda Prompt 为我工作。我还没有尝试过第二种解决方案(OpenSSL)