这段报错意思是说 sha256_password 和 caching_sha2_password 这两个加密算法需要用到 cryptography 。因此该方法的解决方法就是pip install cryptography

在安装完成后可能没有引入到项目中,因此需要打开file--->settingspymysql报错:cryptography is required for sha256_password or caching_sha2_password

 

 pymysql报错:cryptography is required for sha256_password or caching_sha2_password

 

相关文章:

  • 2022-12-23
  • 2021-10-02
  • 2021-09-17
  • 2021-08-13
  • 2021-10-27
  • 2022-12-23
  • 2021-10-11
  • 2021-07-04
猜你喜欢
  • 2021-10-27
  • 2021-10-14
  • 2021-09-22
  • 2021-07-12
  • 2021-08-06
  • 2021-08-18
  • 2022-12-23
相关资源
相似解决方案