换了新服务器后python运行起来经常报错:AttributeError: 'module' object has no attribute 'X509_up_ref'

需要重新安装 pyOpenSSL
pip uninstall pyOpenSSL
pip install pyOpenSSL
程序员工具:https://www.toolnb.com/
更换服务器后,Python运行出现AttributeError: 'module' object has no attribute 'X509_up_ref'错误。解决方法是先卸载再重新安装pyOpenSSL模块。
换了新服务器后python运行起来经常报错:AttributeError: 'module' object has no attribute 'X509_up_ref'

需要重新安装 pyOpenSSL
pip uninstall pyOpenSSL
pip install pyOpenSSL
程序员工具:https://www.toolnb.com/
576
1555

被折叠的 条评论
为什么被折叠?