原因:此时版本python 3.6 ;Cryptography 37.04
解决办法:降版本,降Cryptography至3.4.8,就可以正常运行;
或者升级python3.9 ,高版本的python可以兼容这些冲突
先查看已经安装的Cryptography版本
pip show Cryptography
卸载
pip uninstall cryptography
查看有哪些版本
pip install cryptography==
安装较低版本文章来源:https://www.toymoban.com/news/detail-551806.html
pip install cryptography==3.4.8文章来源地址https://www.toymoban.com/news/detail-551806.html
到了这里,关于报错:CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!