centos7安装mysqlclient报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check

报错:ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

在这里插入图片描述

  • 解决方案
    ln -s /usr/local/mysql/bin/mysql_config /usr/local/bin/mysql_config
  • 仍是报错
    yum install mysql-devel
相关文章
相关标签/搜索