Python教程

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

本文主要是介绍python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT',对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
pyopenssl库的问题,删除包:

rm -rf /usr/lib/python2.7/dist-packages/OpenSSL
rm -rf /usr/lib/python2.7/dist-packages/pyOpenSSL-0.15.1.egg-info # 包名可能不一样,用你自己的
pip install pyopenssl

再用pip install pkg正常了

这篇关于python问题:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!