zoukankan      html  css  js  c++  java
  • mac 上python编译报错No module named MySQLdb

    mac 上python编译报错No module named MySQLdb

    • You installed python
    • You did brew install mysql
    • You did export PATH=$PATH:/usr/local/mysql/bin
    • And finally, you did pip install MySQL-Python

    出现

    Collecting mysql-python
    Downloading MySQL-python-1.2.5.zip (108kB)
    100% |████████████████████████████████| 112kB 324kB/s
    Complete output from command python setup.py egg_info:
    sh: mysql_config: command not found
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/tmp/pip-build-fwrZHD/mysql-python/setup.py", line 17, in <module>
    metadata, options = get_config()
    File "setup_posix.py", line 43, in get_config
    libs = mysql_config("libs_r")
    File "setup_posix.py", line 25, in mysql_config
    raise EnvironmentError("%s not found" % (mysql_config.path,))
    EnvironmentError: mysql_config not found

    错误

    需要安装mysql

  • 相关阅读:
    [PA2014]Muzeum
    [TJOI2015]概率论
    To Do List
    【洛谷4172】 [WC2006]水管局长(LCT)
    HNOI2019退役记
    hdu 2159 FATE
    USACO 2019 January Contest, Platinum 题解
    luogu4774 [NOI2018]屠龙勇士
    NOI 2019游记
    loj #3145. 「APIO 2019」桥梁
  • 原文地址:https://www.cnblogs.com/0xcafedaddy/p/7740216.html
Copyright © 2011-2022 走看看