0
私はすでにmysql-connector-c
とXcode-select --install
をインストールし、私はまだ同じエラーを持って、私はOS X 10.12.4
でmysql-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/
を持って
探しているバージョンが正しいことを確認してください... –
私はpipと一緒にインストールしましたが、どのバージョンが必要なのか、どのように知ることができますか? –