Command "python setup.py egg info" failed with error code 1 in

Jmnote (토론 | 기여)님의 2020년 1월 12일 (일) 20:17 판 (새 문서: ==개요== ;Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-j3n5g7ye/mysqlclient/ <source lang='console'> user01@localhost:~$ pip3 install mysql Collect...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-j3n5g7ye/mysqlclient/
user01@localhost:~$ pip3 install mysql
Collecting mysql
  Using cached https://files.pythonhosted.org/packages/bf/5f/b574ac9f70811df0540e403309f349a8b9fa1a25d3653824c32e52cc1f28/mysql-0.0.2.tar.gz
Collecting mysqlclient (from mysql)
  Using cached https://files.pythonhosted.org/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysqlclient-1.4.6.tar.gz
    Complete output from command python setup.py egg_info:
    /bin/sh: 1: mysql_config: not found
    /bin/sh: 1: mariadb_config: not found
    /bin/sh: 1: mysql_config: not found
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-j3n5g7ye/mysqlclient/setup.py", line 16, in <module>
        metadata, options = get_config()
      File "/tmp/pip-build-j3n5g7ye/mysqlclient/setup_posix.py", line 61, in get_config
        libs = mysql_config("libs")
      File "/tmp/pip-build-j3n5g7ye/mysqlclient/setup_posix.py", line 29, in mysql_config
        raise EnvironmentError("%s not found" % (_mysql_config_path,))
    OSError: mysql_config not found
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-j3n5g7ye/mysqlclient/


2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}