【问题标题】:pip3 install mysqlclient got error in centos ec2 instancepip3 install mysqlclient 在 centos ec2 实例中出错
【发布时间】:2020-12-04 14:57:21
【问题描述】:

pip3 install mysqlclient got error in centos ec2 instanceERROR: Command

errored out with exit status 1:
         command: /usr/local/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ewu2x4x2/mysqlclient/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ewu2x4x2/mysqlclient/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-bc7b78u8
             cwd: /tmp/pip-install-ewu2x4x2/mysqlclient/
        Complete output (12 lines):
        /bin/sh: mysql_config: command not found
        /bin/sh: mariadb_config: command not found
        /bin/sh: mysql_config: command not found
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File "/tmp/pip-install-ewu2x4x2/mysqlclient/setup.py", line 15, in <module>
            metadata, options = get_config()
          File "/tmp/pip-install-ewu2x4x2/mysqlclient/setup_posix.py", line 65, in get_config
            libs = mysql_config("libs")
          File "/tmp/pip-install-ewu2x4x2/mysqlclient/setup_posix.py", line 31, in mysql_config
            raise OSError("{} not found".format(_mysql_config_path))
        OSError: mysql_config not found

错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。

请帮忙在centos安装mysql客户端

【问题讨论】:

标签: mysql python-3.x django centos


【解决方案1】:

听起来你需要为开发头文件安装底层 CentOS MySQL 包。

尝试:sudo yum install mysql-devel,然后再次尝试pip3 install mysqlclient

【讨论】:

    猜你喜欢
    • 2018-07-05
    • 2019-01-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-15
    • 2019-06-23
    相关资源
    最近更新 更多