CondaSSLError: OpenSSL appears to be unavailable on this machine

使用conda conda create -n 环境名称 python=xxx 创建一个虚拟环境出现问题,报CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages.错误,报错如图:

CondaSSLError: OpenSSL appears to be unavailable on this machine_第1张图片

原文地址:CondaSSLError: OpenSSL appears to be unavailable on this machine - 廖强的博客

 怎么解决这个问题呢?操作如下步骤:
1.打开conda安装目录,进入Library,然后找到bin目录,并查找libcrypto-1_1-x64.dll、libssl-1_1-x64.dll这两个文件,目录可参考下图红色框中部分,然后将文件名复制到标记部分,操作图

 ​​​​​​CondaSSLError: OpenSSL appears to be unavailable on this machine_第2张图片

2.复制后,电脑自动查找的文件如下图所示(两个文件都这么操作):

CondaSSLError: OpenSSL appears to be unavailable on this machine_第3张图片

 3.打开conda安装目录,进入到DLLs文件夹下,将之前找到的两个文件(libcrypto-1_1-x64.dll、libssl-1_1-x64.dll)复制这个文件夹

CondaSSLError: OpenSSL appears to be unavailable on this machine_第4张图片

4.再次执行创建环境代码conda create -n 环境名称 python=xxx
5.最后的执行如图

CondaSSLError: OpenSSL appears to be unavailable on this machine_第5张图片

你可能感兴趣的:(python,conda,python,conda,CondaSSLError)