解决Ubuntu pip 安装 mysql-python包出错的问题
程序员文章站
2022-06-07 19:01:50
问题描述如下,报没有找到mysql_config环境变量
$ pip install mysql-python
collecting mysql-pyth...
问题描述如下,报没有找到mysql_config环境变量
$ pip install mysql-python collecting mysql-python==1.2.5 (from -r requirement (line 16)) downloading mysql-python-1.2.5.zip (108kb) 100% |################################| 112kb 56kb/s complete output from command python setup.py egg_info: sh: mysql_config: command not found traceback (most recent call last): file "<string>", line 1, in <module> file "/tmp/pip-build-hveejz/mysql-python/setup.py", line 17, in <module> metadata, options = get_config() file "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") file "setup_posix.py", line 25, in mysql_config raise environmenterror("%s not found" % (mysql_config.path,)) environmenterror: mysql_config not found ---------------------------------------- command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hveejz/mysql-python/
解决:
因为相关依赖没有安装
ubuntu/debian
sudo apt-get install libmysqlclient-dev
以上这篇解决ubuntu pip 安装 mysql-python包出错的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
推荐阅读
-
centos6.5中rpm包安装mysql5.7初始化出错的解决方法
-
解决Ubuntu pip 安装 mysql-python包出错的问题
-
安装SQL Server 2016出错提示:需要安装oracle JRE7 更新 51(64位)或更高版本问题的解决方法
-
完美解决安装完tensorflow后pip无法使用的问题
-
Ubuntu16.04.4LTS安装mininet遇到的问题及解决方案
-
解决Python安装后pip不能用的问题
-
解决Tensorflow使用pip安装后没有model目录的问题
-
Python安装第三方包(模块/工具)出现链接超时,网速慢,安装不上的问题如何解决
-
python中通过pip安装库文件时出现“EnvironmentError: [WinError 5] 拒绝访问”的问题及解决方案
-
解决mac上每次升级nodejs都要重新安装扩展包的问题