内容简介:python 安装 MySQLdb 时错误:my_config.h: No such file or directory
在使用源码安装MySQL时,经常遇到错误:No curses/termcap library found
解决办法:
yum install ncurses-devel
安装mysql-Python时,如果报错:
pymemcompat.h:10:20: error: Python.h: No such file or directory
则需要安装:
yum install python-devel
如果出现错误信息:
_mysql.c:36:23: error: my_config.h: No such file or directory
_mysql.c:38:19: error: mysql.h: No such file or directory
_mysql.c:39:26: error: mysqld_error.h: No such file or directory
_mysql.c:40:20: error: errmsg.h: No such file or directory
则需要安装:
yum install mysql-devel
有时候由于系统环境等问题造成python-devel安装失败,则可以自行下载python-devel的rpm包(下载地址),自行使用rpm命令安装python-devel
rpm -ivh --force --nodeps python-devel-2.4.3-27.el5_5.3.x86_64.rpm
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 安装golang tour,提示错误
- Centos7安装Sentry错误跟踪平台(一)
- kali2018.2安装配置OpenVAS-9及错误处置
- 如何解决?微软全新Chromium版Edge浏览器现语言安装错误
- 在开发环境下,基于 Spring Boot 的 RocketMQ 示例(含安装步骤、错误分析)
- golang在mac下源码安装时fatal error: MSpanList_Insert错误
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。