Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
AWS에 장고 가상환경의 requirements.txt를 설치하려고 하니까 발생한 에러.
다른애들은 잘 설치되다가, mysqlclient2.0.3을 설치하는 과정에서 이 에러 발생.
mysql python3, 설치 전 필요한 의존성 라이브러리들 존재
$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential # Debian / Ubuntu