正文sqlalchemy 连接mysql8.0报 RuntimeError: cryptograpy si requeired for sha256_password 错误IP云V管理员/2022-12-02/2 阅读 12/02提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 cryptography is required for sha256_password or caching_sha2_password 需要cryptography模块的支持才能连接需要sha256_password or caching_sha2_password的数据库 pip install cryptography