错误安装python MySQLdb OS X 10.12.4

时间:2017-04-20 17:19:47

标签: python macos mysql-python

我正在尝试在mysql-python中安装OS X 10.12.4模块,但我有以下消息

Collecting mysql-python
  Using cached MySQL-python-1.2.5.zip
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-build-KAgV3I/mysql-python/setup.py", line 17, in <module>
        metadata, options = get_config()
      File "setup_posix.py", line 53, in get_config
        libraries = [ dequote(i[2:]) for i in libs if i.startswith(compiler_flag("l")) ]
      File "setup_posix.py", line 8, in dequote
        if s[0] in "\"'" and s[0] == s[-1]:
    IndexError: string index out of range

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-KAgV3I/mysql-python/

我已经安装了mysql-connector-cXcode-select --install,我仍然有同样的错误

1 个答案:

答案 0 :(得分:0)

在干净的OS X Sierra环境中遇到同样的问题,并且

pip install mysql-connector-python==2.1.3

对我有用,即使安装了Xcode和mysql-connector-c,2.1.6似乎也有问题。