python 2.6 pip install mysql-python 报错

执行pip install mysql-python 命令安装报错:

    _mysql.c:2760: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_Type’
    _mysql.c:2848: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_Type’
    _mysql.c:2938: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_methods’
    _mysql.c:3010: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    _mysql.c:3058: 警告:返回类型默认为‘int’
    _mysql.c: 在函数‘DL_EXPORT’中:
    _mysql.c:3058: 错误:expected declaration specifiers before ‘init_mysql’
    _mysql.c:3166: 错误:expected ‘{’ at end of input
    error: command 'gcc' failed with exit status 1


    ----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-GBW6gD/MySQL-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-rIGEBl-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-GBW6gD/MySQL-python

网上搜索解决办法解决

yum -y install python-devel mysql-devel zlib-devel openssl-devel


安装所有依赖后,再次执行pip install mysql-python 


[root@test shell]# pip install mysql-python
You are using pip version 7.1.0, however version 8.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting mysql-python
  Using cached MySQL-python-1.2.5.zip
Installing collected packages: mysql-python
  Running setup.py install for mysql-python
Successfully installed mysql-python-1.2.5


针对此报错信息和解决方法,得出结婚,系统未安装依赖包 mysql-devel 等


  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值