반응형
pymysql을 이용해서 mysql 인증시 아래와 같은 cryptography 오류가 발생한다면 해당 인증 모듈이 설치가 되어 있지 않아서이다.
아래 명령으로 cryptography 를 설치하도록 하자.
pip install cryptography
반응형
'Python' 카테고리의 다른 글
Python - HTTP Keep-alive 를 통한 성능 향상 (0) | 2022.04.14 |
---|---|
Python - FastAPI Relationship SQL data 처리 (0) | 2022.04.12 |
pymysql error - RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods (0) | 2022.04.08 |
Python - AWS Select 기본 사용법 (0) | 2022.04.08 |
Python - FastAPI with CRUD application by pydantic (0) | 2022.04.07 |
Python - 지역 변수, 전역 변수 그리고 global (0) | 2022.04.05 |
댓글0