- 博客(1)
- 收藏
- 关注
原创 scrapy 框架问题解决 AttributeError: module ‘OpenSSL.SSL‘ has no attribute ‘SSLv3_METHOD‘
摘要:解决cryptography和pyOpenSSL版本冲突问题,建议先卸载当前版本再安装指定版本。执行步骤:1) pip uninstall cryptography;2) pip install cryptography==36.0.2;3) pip uninstall pyOpenSSL;4) pip install pyOpenSSL==22.0.0。通过降级安装特定版本可解决兼容性问题。(99字)
2026-05-25 09:39:22
33
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅