from cryptography.hazmat.bindings._rust import openssl as rust_openssl importError: DLL load failed while importing _rust: 找不到指定的程序。
微wx笑
2025-06-14【运维日志】
23
2
0关键字:
from cryptography.hazmat.bindings._rust import openssl as rust_opensslimportError: DLL load failed while importing _rust: 找不到指定的程序。win7系统python 3.8使
from cryptography.hazmat.bindings._rust import openssl as rust_openssl
importError: DLL load failed while importing _rust: 找不到指定的程序。
win7系统
python 3.8
使用 pdfplumber 遇到错误;
这一错的原因竟然是 cryptography 版本不兼容的原因;
解决方法:
pip uninstall cryptography
pip install cryptography==41.0.2
本文由 微wx笑 创作,采用 署名-非商业性使用-相同方式共享 4.0 许可协议,转载请附上原文出处链接及本声明。
原文链接:https://www.ivu4e.cn/blog/service/2025-06-14/2083.html