Skip to content

解决 Python 'module' object has no attribute 'SSL_ST_INIT' 错误

Published: at 11:41 AMSuggest Changes

跑百度飞桨项目中碰的一个问题

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

解决

pip install pyopenssl

这个不好使,还是报错

sudo python -m easy_install --upgrade pyOpenSSL

Previous Post
解决 Python 错误:'lib' module has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
Next Post
Elasticsearch 和 MySQL 数据同步方案