背景
运行代码报错了
cryptography is required for sha256_password or caching_sha2_password
这段报错意思是说 sha256_password 和 caching_sha2_password 这两个加密算法需要用到 cryptography
解决方案
其实 cryptography 是一个python 包,所以解决方法很简单
pip install cryptography
Original: https://www.cnblogs.com/poloyy/p/15534008.html
Author: 小菠萝测试笔记
Title: Python常见问题 报错 cryptography is required for sha256_password or caching_sha2_password
原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/9244/
转载文章受原作者版权保护。转载请注明原作者出处!