分析
在使用支付宝沙箱时,报了这个错误,该问题是没有安装openssl包
解决
pip3 install pyOpenSSL
安装后再次运行如果还是报错,请降低加密库
pip install cryptography==38.0.1
降低版本适自己情况而定
标签:lib,no,attribute,OpenSSL,module,add From: https://www.cnblogs.com/hkwJsxl/p/17092911.html
在使用支付宝沙箱时,报了这个错误,该问题是没有安装openssl包
pip3 install pyOpenSSL
安装后再次运行如果还是报错,请降低加密库
pip install cryptography==38.0.1
降低版本适自己情况而定
标签:lib,no,attribute,OpenSSL,module,add From: https://www.cnblogs.com/hkwJsxl/p/17092911.html