报错记录:

...
---> 14 from cryptography.hazmat.bindings._openssl import ffi, lib
...
ImportError: DLL load failed"

解决办法

pip uninstall pyopenssl
pip uninstall cryptography
pip install pyopenssl
pip install cryptography
posted on 2021-08-06 11:51  jaysonteng  阅读(57)  评论(0编辑  收藏  举报