# ImportError: cannot import name 'SSLv3_METHOD' from 'OpenSSL.SSL'
pip3 install pyopenssl==22.0.0
# AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
pip3 install cryptography==38.0.4
你需要安装一个特殊的pyopenssl版本, 在22.1.0版本之后 SSLv2
and SSLv3
是不再被支持的 .