Installing MySQL Python on Mac OS X

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

    Here's what I would install, especially if you want to use homebrew:

    • XCode and the command line tools (as suggested by @7stud, @kjti)
    • Install homebrew
    • brew install mysql-connector-c
    • pip install mysql-python

提交回复
热议问题