Installing MySQL Python on Mac OS X

后端 未结 15 2109
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 03:02

Long story short, when I write the following:

sudo easy_install MySQL-python

I get the error

EnvironmentError: mysql

15条回答
  •  北海茫月
    2020-11-27 03:58

    Above all, I can't solve it. But I add file to /usr/local/include solve it.

    https://github.com/peterlee0304/MySQL-Python/blob/master/my_config.h

    In /usr/local/include, add a my_config.h file.

    Then pip install MySQL-Python

    Solve it!

提交回复
热议问题