from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: DLL load failed: 找不到指定的模块。
这个错误遇到好几次了,记录一下解决方案。
pip install -I cryptography
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: DLL load failed: 找不到指定的模块。
这个错误遇到好几次了,记录一下解决方案。
pip install -I cryptography