无法在CentOS上安装MySQLdb(mysql-python)

时间:2018-05-03 07:17:14

标签: python centos mysql-python

我正在使用ActivePython版本2.7.13并安装MySQLdb。但是,当我使用' pip install mysql-python '时会发生以下错误。

Command "/opt/ActivePython-2.7/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-xRB3M9/mysql-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-qnksTb/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-xRB3M9/mysql-python/

我尝试过很多方法,例如No module named MySQLdb,但它不起作用。

0 个答案:

没有答案