跑百度飞桨项目中碰的一个问题
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
解决
pip install pyopenssl
这个不好使,还是报错
sudo python -m easy_install --upgrade pyOpenSSL 本文介绍了如何解决 Python 中出现的 'module' object has no attribute 'SSL_ST_INIT' 错误,包括使用 pip install pyopenssl 和 sudo python -m easy_install --upgrade pyOpenSSL 两种方法。
跑百度飞桨项目中碰的一个问题
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
pip install pyopenssl
这个不好使,还是报错
sudo python -m easy_install --upgrade pyOpenSSL