前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >解决:centos安装python-my

解决:centos安装python-my

作者头像
py3study
发布2020-01-09 16:27:57
4090
发布2020-01-09 16:27:57
举报
文章被收录于专栏:python3python3

使用命令pip install mysql-python的时候报错

    _mysql.c:2722: warning: implicit declaration of function ‘PyMember_Set’

    _mysql.c: At top level:

    _mysql.c:2739: error: expected declaration specifiers or ‘...’ before ‘PyObject’

    _mysql.c: In function ‘_mysql_ResultObject_setattr’:

    _mysql.c:2741: error: ‘v’ undeclared (first use in this function)

    _mysql.c:2742: error: ‘PyExc_AttributeError’ undeclared (first use in this function)

    _mysql.c: At top level:

    _mysql.c:2760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_Type’

    _mysql.c:2848: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_Type’

    _mysql.c:2938: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_methods’

    _mysql.c:3010: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

    _mysql.c:3058: warning: return type defaults to ‘int’

    _mysql.c: In function ‘DL_EXPORT’:

    _mysql.c:3058: error: expected declaration specifiers before ‘init_mysql’

    _mysql.c:3166: error: 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-1dNMXc/mysql-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-YhSNnU-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-1dNMXc/mysql-python

解决方法:

在安装MySQLdb前安装以下依赖库:

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

依赖库装好之后,执行pip install mysql-python

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019-08-27 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
云数据库 SQL Server
腾讯云数据库 SQL Server (TencentDB for SQL Server)是业界最常用的商用数据库之一,对基于 Windows 架构的应用程序具有完美的支持。TencentDB for SQL Server 拥有微软正版授权,可持续为用户提供最新的功能,避免未授权使用软件的风险。具有即开即用、稳定可靠、安全运行、弹性扩缩等特点。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档