AttributeError: module ‘lib‘ has no attribute ‘OpenSSL_add_all_algorithms‘

问题:AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'

分析

在使用certbot时,报了这个错误,该问题是没有安装openssl包

解决

pip3 install pyOpenSSL

安装后再次运行如果还是报错,请降低加密库

pip install cryptography==38.0.1

降低版本适自己情况而定

相关推荐
Mopes__1 小时前
Python | Leetcode Python题解之第517题超级洗衣机
python·leetcode·题解
测试老哥3 小时前
Python+Selenium+Pytest+POM自动化测试框架封装(完整版)
自动化测试·软件测试·python·selenium·测试工具·职场和发展·测试用例
Ws_3 小时前
蓝桥杯 python day01 第一题
开发语言·python·蓝桥杯
神雕大侠mu4 小时前
函数式接口与回调函数实践
开发语言·python
萧鼎5 小时前
【Python】高效数据处理:使用Dask处理大规模数据
开发语言·python
互联网杂货铺5 小时前
Python测试框架—pytest详解
自动化测试·软件测试·python·测试工具·测试用例·pytest·1024程序员节
Ellie陈5 小时前
Java已死,大模型才是未来?
java·开发语言·前端·后端·python
菜鸟的人工智能之路6 小时前
ROC 曲线:医学研究中的得力助手
python·数据分析·健康医疗
梦幻精灵_cq6 小时前
python包结构模块如何有效传递数据?
python
黑叶白树6 小时前
包和模块(上) python复习笔记
开发语言·笔记·python