python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'(转)

时间:2023-03-09 16:52:16
python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'(转)

原文地址:http://www.cnblogs.com/zhaijiahui/p/7344778.html

AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

问题背景:

  下载工具wydomain,安装依赖包以后,出现下图问题。

  几经查找发现是pyopenssl库的问题。

python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'(转)

解决方法:

rm -rf /usr/lib/python2./dist-packages/OpenSSL
rm -rf /usr/lib/python2./dist-packages/pyOpenSSL-0.15..egg-infosudo
pip install pyopenssl

python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'(转)

验证恢复正常

python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'(转)