开发实用小技巧(1):RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

问题:RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

这个错误通常是由于在使用MySQL数据库时,未安装或功能不完整的“cryptography”包所引起的,所以下载“cryptography”

这个包即可!!!

解决思路:

pip install cryptography

 

posted @ 2023-06-25 19:37  爱技术的蜗牛  阅读(881)  评论(0)    收藏  举报