Skip to content

解决 Python 错误:'lib' module has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

Published: at 11:41 AMSuggest Changes

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

module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

解决

pip install pip --upgrade
pip install pyopenssl --upgrade

Previous Post
Python CERTIFICATE_VERIFY_FAILED 错误解决方法
Next Post
解决 Python 'module' object has no attribute 'SSL_ST_INIT' 错误