Centos 8, python 2.7. Пытаюсь установить (скомпилировать, т.к. в репозиториях нету) MySQL-python командой
sudo pip install MySQL-python
_mysql.c:44:10: fatal error: my_config.h: No such file or directory
#include "my_config.h"
^~~~~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
mysql-devel
mysql-libs
sudo yum groupinstall "Development Tools"