linux安装OpenSSL之:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

linux安装OpenSSL之:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'_第1张图片

linux安装OpenSSL之:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'_第2张图片

操作步骤:

进入到上图中的目录:

cd /data/searchonline/.local/lib/python2.7/site-packages/

删除文件夹:

rm -rf OpenSSL/

rm -rf pyOpenSSL-0.15.1.dist-info/

 

然后使用

pip install pyopenssl --user

便安装成功了。

测试可用。

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