This error may pop up due to lack of dependencies and libraries. Follow these steps before
For Debian / Ubuntu
pip install mysqlclient
.For Debian / Ubuntu
Quote:sudo apt-get install python3-dev default-libmysqlclient-dev build-essentialIf this didn't worked try checking this Solution for Django MySQLClient pip compile failure on Linux
sudo apt-get install zlib1g-dev

