这段报错意思是说 sha256_password 和 caching_sha2_password 这两个加密算法需要用到 cryptography 。因此该方法的解决方法就是pip install cryptography
sha256_password
caching_sha2_password
cryptography
在安装完成后可能没有引入到项目中,因此需要打开file--->settings