当前位置:   article > 正文

解决cryptography库报错【DLL load failed while importing _rust】_dll load failed while importing cufft

dll load failed while importing cufft

解决 DLL load failed while importing _rust

python使用库cryptography

当 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__)
  • 1
  • 2
'
运行

解决办法

安装低版本的 cryptography

pip install cryptography==41.0.2
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/943372
推荐阅读
相关标签
  

闽ICP备14008679号