当 from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions 时,会报错:
ImportError: DLL load failed while importing _rust: 找不到指定的程序。
可能是cryptography的版本不对导致的,本人安装的是42.0.5的版本,查看版本的方法如下
import cryptography print(cryptography.__version__)
安装低版本的 cryptography
pip install cryptography==41.0.2
上一篇:MySQL 更新执行的过程