我尝试从源代码安装mysql-python,编译似乎一直卖到这个错误:
>running build_ext
>
>building '_mysql' extension
>
>ccreating build/temp.macosx-10.7-intel-2.7
>llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno- strict->aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes >-Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe ->Dversion_info=(1,2,4,'beta',4) -D__version__=1.2.4b4 -I/usr/local/mysql/include -
>I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -
>o build/temp.macosx-10.7-intel-2.7/_mysql.o -Wno-null-conversion -Os -g -fno-strict-aliasing ->arch i386
>
>cc1: error: unrecognized command line option "-Wno-null-conversion"
>
>error: command 'llvm-gcc-4.2' failed with exit status 1
答案 0 :(得分:1)
首先看起来您正在尝试安装测试版,除非您正在寻找,我强烈建议您使用pip
进行安装
您似乎遇到的错误必须处理gcc而不了解其中一个命令行选项。
以下是您尝试安装的最新版lib的链接
https://pypi.python.org/pypi/MySQL-python/1.2.4
我会试试。
或从安装程序中删除无效选项。