首页 > 数据库技术 > 详细

pymysql报错:cryptography is required for sha256_password or caching_sha2_password

时间:2020-07-06 22:42:43      阅读:217      评论:0      收藏:0      [点我收藏+]

这段报错意思是说 sha256_password 和 caching_sha2_password 这两个加密算法需要用到 cryptography 。因此该方法的解决方法就是pip install cryptography

在安装完成后可能没有引入到项目中,因此需要打开file--->settings技术分享图片

 

 技术分享图片

 

pymysql报错:cryptography is required for sha256_password or caching_sha2_password

原文:https://www.cnblogs.com/xing-29391/p/13258010.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!