解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/

python学习网 2018-10-09 08:10:12

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
错误无法安装python第三方库

image

需要安装libmysqlclient-dev

apt-get install libmysqlclient-dev

接下来在顺序进行安装即可

image

image

阅读(2300) 评论(0)