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

发布时间 2023-06-25 19:43:58作者: 爱技术的蜗牛

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

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

这个包即可!!!

解决思路:

pip install cryptography