我是靠谱客的博主 如意口红,最近开发中收集的这篇文章主要介绍安装MySQL-python==1.2.5失败,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

MySQL-python==1.2.5

Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting MySQL-python==1.2.5
Downloading http://mirrors.aliyun.com/pypi/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip (108kB)
100% |████████████████████████████████| 112kB 1.6MB/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-install-rAO4Dp/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-install-rAO4Dp/MySQL-python/

需要安装   mysql-devel

 yum install mysql-devel

然后在   pip install MySQL-python==1.2.5

 

 

最后

以上就是如意口红为你收集整理的安装MySQL-python==1.2.5失败的全部内容,希望文章能够帮你解决安装MySQL-python==1.2.5失败所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部