-
mysqlclient 1.4.0 or newer is required; you have 0.10.0개발 2020. 8. 26. 17:39
newer is required
mysql 버전을 확인해도 0.10.0로 안 나오는데 계속 버전을 올리랜다.
settings.py
import pymysql pymysql.version_info = (1, 4, 13, "final", 0) pymysql.install_as_MySQLdb()
version_info 추가하니 해결
'개발' 카테고리의 다른 글
Spring Cloud Config 설정 파일 변경 (0) 2023.02.16 Feign Client Except SSL (0) 2021.02.09 IoT (Internet of Things), ICT (Information & Communication Technology) (0) 2020.08.13 JSP 에서 환경설정 값 사용하기 (0) 2020.06.29 React is not exported from (0) 2020.06.18