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

原因:此时版本python 3.6 ;Cryptography 37.04 

解决办法:降版本,降Cryptography至3.4.8,就可以正常运行;

                或者升级python3.9 ,高版本的python可以兼容这些冲突

先查看已经安装的Cryptography版本

pip show Cryptography

卸载

pip uninstall  cryptography

查看有哪些版本

pip install  cryptography==

 

安装较低版本

pip install  cryptography==3.4.8

文章出处登录后可见!

已经登录?立即刷新

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
xiaoxingxing的头像xiaoxingxing管理团队
上一篇 2023年7月13日
下一篇 2023年7月13日

相关推荐