[ Error / 해결됨 ] RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods
·
Archive/Develop
구름 IDE를 이용해서 외부 DB(AWS EC2에 mysql 설치되어 있음) 에 접근하려고 했는데, 맞는 계정명과 패스워드를 사용하면 이렇게 cryptography 패키지가 없다고 한다. 따로 설치를 해주어야 접근이 가능한가보다. pip install cryptography 설치해주면 해결된다.