I'm trying to install mysqlclient for python 3.6 on a cpanel server using:
pip3 install mysqlclient
However I get an error:
_mysql.c:29:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Failed building wheel for mysql-python
How can I go about installing python-devel/mysql-devel to resolve this?
thanks
pip3 install mysqlclient
However I get an error:
_mysql.c:29:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Failed building wheel for mysql-python
How can I go about installing python-devel/mysql-devel to resolve this?
thanks