Search
⚠️

cryptography is required for sha256_password or caching_sha2_passwor

대분류
기타
소분류
Trouble Shooting
설명
암호화 패키지가 설치되어 있지 않아 발생하는 에러
유형
Python
부유형
Django
주요 레퍼런스
https://stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password
최종 편집 일시
2024/10/29 08:36
생성 일시
2024/08/07 01:47
12 more properties

문제

RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

문제 설명

암호화 패키지가 설치되어 있지 않아 발생하는 에러

해결 방법

> pip install cryptography
Shell
복사