EnvironmentError: mysql_config not found during mysql-python Installation

Source: Internet
Author: User

When installing mysql-python, the following error occurs:

Sh: mysql_config: not foundTraceback (most recent call last): File "setup. py ", line 15, in <module> metadata, options = get_config () File"/home/zhxia/apps/source/MySQL-python-1.2.3/setup_posix.py ", line 43, in get_config libs = mysql_config ("libs_r") File "/home/zhxia/apps/source/MySQL-python-1.2.3/setup_posix.py", line 24, in mysql_config raise EnvironmentError ("% s not found" % (mysql_config.path,) EnvironmentError: mysql_config not found

If the cause is that libmysqlclient-dev is not installed

Sudo apt-get install libmysqlclient-dev

Find the path of the mysql_config File

Sudo updatedblocate mysql_config

Mysql_config:/usr/bin/mysql_config

Find the setup_posix.py file in the mysql-python source package, find mysql_config.path in the file, change its value to/usr/bin/mysql_config, and then sudo python setup. py install.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.