linux下安装mysql-python出错
命令
pip install mysql-python
然后出错了:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-YEYPJp/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
解决方法:
sudo apt-get install libmysqlclient-dev
然后重新安装就ok了
最后欢迎大家观看我关于 django + xadmin的教程:
http://coding.imooc.com/class/evaluation/78.html
- 本文标题:linux下安装mysql-python出错
- 创建时间:2016-10-20 09:59:54
- 本文链接:posts/84c4.html
- 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!