運行pip install mysql-python
沒有可與PIP在MacOS 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/var/folders/b_/xh05hxwd0lzc3rm858jsypdc0000gn/T/pip-build-AWDYaP/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/var/folders/b_/xh05hxwd0lzc3rm858jsypdc0000gn/T/pip-build-AWDYaP/mysql-python/
當安裝mysql-python的繼收到的錯誤,我身邊跟着重新安裝setuptools的在this後的指示,我從https://www.python.org/
重新安裝的Pythonwhich -a python
給
/Library/Frameworks/Python.framework/Versions/2.7/bin/python
/usr/local/bin/python
/usr/bin/python
的錯誤似乎自從安裝MacOS的10.12.4已發生更新已
感謝您的解決方案。這讓我瘋狂。其實我必須做你的和其他人:brew unlink mysql-connector-c然後brew安裝mysql –