728x90
RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods
이 오류는 MySQL 연결을 설정할 때 sha256_password 또는 caching_sha2_password 인증 방법을 사용하려면 필요한 cryptography 패키지가 설치되지 않았음을 나타낸다.
이 패키지는 MySQL 8.0 이상에서 기본으로 사용되는 인증 플러그인인 caching_sha2_password를 지원하기 위해 필요하다.
이 문제를 해결하려면 cryptography 패키지를 설치
pip install cryptography
728x90
SMALL
'버그처리' 카테고리의 다른 글
EC2: Superset 백그라운드 실행 간 환경 변수 에러 (0) | 2023.05.08 |
---|---|
EC2: 특정 python버전으로 venv 생성시 에러 날 때(Mac 기준) (0) | 2023.05.05 |
mysqlclient 설치 에러 (0) | 2023.05.01 |
superset db upgrade시 WARNING 문제(SECRET_KEY) (0) | 2023.05.01 |
AttributeError: 'sqlparse' (0) | 2023.05.01 |