Ubuntu下安装Mysql-Python1.2.5问题
安装步骤
1、进入官网下载对应的mysql-python 版本
https://pypi.org/project/MySQL-python/
2、解压
unzip MySQL-python-1.2.5.zip
3、进入对应目录安装
cd MySQL-python-1.2.5
python setup.py build
python setup.py install
遇到的坑
1、mysql_config: not found

解决方式:
sudo apt-get install libmysqlclient-dev
2、_mysql.c:29:10: fatal error: Python.h: No such file or directory

解决方式:
sudo apt-get install python-dev
转载于:https://www.cnblogs.com/jakaBlog/p/11580165.html
最后
以上就是勤恳背包最近收集整理的关于Ubuntu下安装Mysql-Python1.2.5问题Ubuntu下安装Mysql-Python1.2.5问题的全部内容,更多相关Ubuntu下安装Mysql-Python1内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复