I am getting a strange error when trying to install mysqlclient on Ubuntu 16.04 Xenial with pip + Python 3.6:
pip install mysqlclient
Output:
_mysql.c:40:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Following the installation requirements, I have tried installing the required libraries, but not luck so far.
sudo apt-get install python3-dev libmysqlclient-dev
Does someone know the workaround for this issue?