在Mac osx v10.9上安装mysql-python

解决在Mac上使用pip安装mysql-python驱动遇到的问题,通过添加特定的编译标志来规避新版Xcode带来的错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

想在新买的Mac机上安装mysql-python驱动,遇到了一大堆的麻烦,最后终于通过万能的谷歌找到最终解决方案。


现象:sudo pip install mysql-python 遇到各种问题


building '_mysql' extension


creating build/temp.macosx-10.9-intel-2.6


cc -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,5,'final',1) -D__version__=1.2.5 -I/Applications/mysql/include -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c _mysql.c -o build/temp.macosx-10.9-intel-2.6/_mysql.o -Os -g -fno-strict-aliasing -arch x86_64


clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]


clang: note: this will be a hard error (cannot be downgraded to a warning) in the future


error: command 'cc' failed with exit status 1



原因出在最新的Xcode5.1,编译工具太新了。

所以在pip时要添加一条信息:ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future


sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install mysql-python


最后成功安装。


这对于PostgreSQL驱动的安装或许也有效。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值