2017-04-20 12 views
0

私はすでにmysql-connector-cXcode-select --installをインストールし、私はまだ同じエラーを持って、私はOS X 10.12.4mysql-pythonモジュールをインストールしようとしているが、私は、次のメッセージエラーインストールのpython MySQLdbは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/ 

を持って

+0

探しているバージョンが正しいことを確認してください... –

+0

私はpipと一緒にインストールしましたが、どのバージョンが必要なのか、どのように知ることができますか? –

答えて

0

クリーンOS Xシエラ環境で同じ問題に遭遇した、と

pip install mysql-connector-python==2.1.3 

は、私のために2.1を働きました。 Xcodeとmysql-connector-cがインストールされていても問題があるようです。