pip 安装 MySQL-python 报错

报错一:EnvironmentError: mysql_config not found

解决:yum install mysql-devel

报错二:Python.h No such file or directory

更多的错误见以下几行:

_mysql.c:29:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command ‘gcc‘ failed with exit status 1

解决: yum install python-devel.x86_64

其实这两个错误是一个,都是没有装python-devel,只不过错误二是64位

时间: 2024-10-07 03:54:11

pip 安装 MySQL-python 报错的相关文章

centos6,python3,通过pip安装pycurl出现报错提示

Centos6.7系统,python3.6.7,通过 pip 安装pycurl出现报错: __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory: 'curl-config': 'curl-config' 系统已经安装了curl,出现此错误提示一般是因为没有安装对应的开发库,解决方法: yum -y install libcurl-devel 原文地址:https://

Python pip安装Scrapy,报错Twisted

Scrapy依赖的包有如下:lxml:一种高效的XML和HTML解析器w3lib:一种处理URL和网页编码多功能辅助twisted:一个异步网络框架cryptography 和 pyOpenSSL:处理各种网络级安全需求——————————————————————————1.先运行一次pip安装 pip install Scrapy2.安装完一次过后,基本除了报错twisted没安装成功以外,其他依赖包应该是安装好了. 然后自行下载twisted,注意:要对应你的python版本号和电脑系统的位

Python从2.6升级到2.7,使用pip安装module,报错:No Module named pip.log(转载)

From:http://blog.csdn.net/iefreer/article/details/8086834 python升级后,使用pip安装module,错误: 错误原因:版本升级后,之前的pip与当前的python版本不兼容. 解决方法:升级pip. 1.安装setuptools,然后执行:easy_install pip 2.执行如下命令: [email protected]:~/dir# ls /usr/local/bin | grep pip pip pip2 pip2.7 此

pip 安装第三方库报错

最近重装电脑之后,用pip命令安装第三方库,结果报错如下 仔细观察之后,发现黄色字体提示当前pip版本过低,应用高版本的pip 在cmd中输入python -m pip install --upgrade pip 升级当前pip版本之后再重新使用命令行安装第三方库 原文地址:https://www.cnblogs.com/manaizhuang/p/9283648.html

安装 MYSQL ODBC 报错(Error 1918)

Win7 X64 安装 mysql-connector-odbc-5.3.4-win32 老是报错, 报错提示:Error 1918. Error installing ODBC driver MySQL ODBC5.3 ANSI Driver,ODBC error 13:无法加载 MySQL ODBC5.3 ANSI Driver ODBC驱动程序的安装例程, 因为存在系统错误代码 126:找不到指定的模块. 报错图如下: 这个错误提示很迷惑,一直以为是权限问题,查了很久,最后,经过搜索,发现

使用pip安装第三方库报错记录

今天在使用pycharm导入第三方库的时候,报了好多超时错误,还有标题中的找不到版本,应该是网络的原因,记录下解决的办法: raise ReadTimeoutError(self._pool, None, 'Read timed out.')pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read ti

新安装mysql 登录报错

mysql  5.6.27  数据库安装完成后 一.设置密码  使用mysqladmin 命令 mysqladmin -u root password enter:passwd #这里设置为123456 第一次登录数据库,使用mysql 命令(记不得是否输入密码123456) grant ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION;#授权 测试使用Navicat 登录可以正常访问数据库

linux安装MySQL启动报错

其实前面已经改过路径了 路径确认没问题 后来思考mysql最后一步 配置文件 大家都知道 配置文件 根据实际情况选择 配置 我选择的是medium 于是 配置文件里面缺少路径 因此需要手动添加 (MySQL默认寻找/usr/local) 加入图中最后两行即可 根据你安装的时候指定的路径即可 原文地址:http://blog.51cto.com/13754503/2161492

新安装的MySQL启动报错The server quit without updating PID file

安装的MySQL启动报错The server quit without updating PID file [[email protected] mysql]# service mysqld restart MySQL server PID file could not be found!                  [失败] Starting MySQL.The server quit without updating PID file (/[失败]ysql/l ocalhost.loc

open-falcon 安装Dashboard时候报错"SSLError: The read operation timed out"

在部署open-falcon环境过程中,安装Dashboard时候报错"SSLError: The read operation timed out".如下: [[email protected] dashboard]# ./env/bin/pip install -r pip_requirements.txt Downloading/unpacking Flask==0.10.1 (from -r pip_requirements.txt (line 1)) Downloading