EnvironmentError: mysql_config not found
I'm getting this error upon installation using either easy_install or setup.py
I'm getting this error upon installation using either easy_install or setup.py
Based on what I found by googling the title of your question - you might need to install libmysql-dev
package.
If you are on centos then you can try:
yum install libmysql-dev
On ubuntu:
apt-get install libmysql-dev
You are right - a better manual for the pre-requisite installation would be great.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-07-24 15:01:09 -0500
Seen: 3,260 times
Last updated: Jul 24 '10