I am trying to create a website using Django and would like to use mySQL. Thus, with the virtualenv activated, I'm using the following command :
pip install mysqlclient
This input gives the following error :
_mysql.c(29): fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
The thing is installing it on my local python version worked like a charm ,I only face this error inside virtualenv.
I'm using python 3.7, pip and setuptools are up to date. The mysqlclient version installed locally is 1.3.13.