Installing MySQL Python on Mac OS X

后端 未结 15 2179
隐瞒了意图╮
隐瞒了意图╮ 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 04:02

    the below may be help.

    brew install mysql-connector-c
    CFLAGS =-I/usr/local/Cellar/mysql-connector-c/6.1.11/include pip install MySQL-python
    brew unlink mysql-connector-c
    

提交回复
热议问题