How to install MySQLdb in Python 2.6 CentOS

后端 未结 4 2082
庸人自扰
庸人自扰 2021-01-18 08:36

I am getting this message when I use yum install mysql-python to install MySQLdb.

Loaded plugins: fastestmirror
Loading mirror speeds from cache         


        
4条回答
  •  死守一世寂寞
    2021-01-18 09:38

    You might want to add the EPEL Repo:

    /bin/rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm creates=/etc/yum.repos.d/epel.repo
    

    then enable it in /etc/yum.repos.d/epel.repo: set enabled=1

    try yum install gcc-c++ MySQL-python afterwards.

提交回复
热议问题