MySQL
[MySQL] Ubuntu에서 pip install mysqlclient 에러 해결방법
sklass
2021. 12. 4. 22:33
Ubuntu 에서 pip install mysqlclient 를 실행하면, 아래와 같은 에러가 날 수 있다.
ERROR: Command errored out with exit status 1:
python setup.py egg_info Check the logs for full command output.
이런 경우에는 아래의 명령어를 실행 후 다시 한번 pip install mysqlclient를 하면 정상 작동한다.
$ sudo apt-get install libmysqlclient-dev