CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore

报错信息:

../.jumbo/lib/python3.6/site-packages/paramiko/transport.py:33
/home/tafdb/.jumbo/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.hazmat.backends import default_backend

../.jumbo/lib/python3.6/site-packages/paramiko/transport.py:219
/home/tafdb/.jumbo/lib/python3.6/site-packages/paramiko/transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated
    "class": algorithms.Blowfish,

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

加密不推荐警告:Python核心团队不再支持Python 3.6。因此,在密码学中不支持它。下一版本的密码学(40.0)将是最后一个支持Python 3.6的版本。

从cryptography.hazmat.backends导入default_backend

原因:

由于Python版本问题报错,此时版本python 3.6 ;cryptography-37.0.2

解决方案:

卸载,安装支持的版本

检查版本

pip show Cryptography

卸载

pip uninstall  cryptography

 安装较低版本

pip install  cryptography==3.3.1

运行代码,无报错

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值