python一直报一下错误:CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,
也不知道自己捣鼓了什么,大多py脚本都会报这个错,百度查询了解决方法

cryptography 版本过高的原因,大概是新版本有api的变化
卸载重新安装以前用的3.4.7问题解决

也不知道自己捣鼓了什么,大多py脚本都会报这个错,百度查询了解决方法

cryptography 版本过高的原因,大概是新版本有api的变化
卸载重新安装以前用的3.4.7问题解决
