开发实用小技巧(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

浙公网安备 33010602011771号