1、conda install mingw libpython下载出错,提示CondaSSLError

在安装keras的时候,需要先安装mingw和libpython。会出现这样的错误

1、conda install mingw libpython下载出错,提示CondaSSLError_第1张图片

conda install mingw libpython下载出错,提示CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required todownload and install packages.

1、找到anaconda3的安装目录下的以下两个文件如图:

1、conda install mingw libpython下载出错,提示CondaSSLError_第2张图片
1、conda install mingw libpython下载出错,提示CondaSSLError_第3张图片

2、将上面两个文件复制到F:\Users\zl544\anaconda3\DLLs文件夹中

1、conda install mingw libpython下载出错,提示CondaSSLError_第4张图片

3、打开重新打开anaconda prompt

1、conda install mingw libpython下载出错,提示CondaSSLError_第5张图片

下载成功

4、在创建的tensorflow安装keras.

4、验证keras是否安装上,显示如下就是成功了

1、conda install mingw libpython下载出错,提示CondaSSLError_第6张图片

你可能感兴趣的:(CNN,cnn,学习方法,卷积神经网络,深度学习)