cryptography is required for sha
2019-10-16 本文已影响0人
SoundYoung
python连接mysql数据库产生错误cryptography is required for sha256_password or caching_sh
解决办法1:
在终端输入:pip3 install cryptography 安装cryptography
如果不好用用方法2
解决办法2:
pycharm软件内安装:
1,第一步

2,第二步

3,第三步

4,第四步

搞定