Posted on 16th September 2024|206 views
How to resolve the error mysql_config not found when installing mysqldb python interface?
I am trying to install Python by using the following command
Python setup.py install
I am getting an error called mysql_config not found when installing mysqldb python interface, please help me to deal with this
Posted on 16th September 2024| views
On the red hat, I tried doing this which worked for me, hope it will work for you too
sudo yum install mysql-devel gcc gcc-devel python-devel
sudo easy_install mysql-python