最新消息: 电脑我帮您提供丰富的电脑知识,编程学习,软件下载,win7系统下载。

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

互联网 admin 48浏览 0评论

报错: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

报错: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)

  1. 暂无评论