mac python2.7安装pymssql

转载自:https://blog.csdn.net/fengyang_123456/article/details/72865599

 

Mac环境:10.12.3(15G31)

python:2.7.10

sudo pip install pymssql 后出现下面问题:

setup.py: Not using bundled FreeTDS 
setup.py: include_dirs = [‘/usr/local/include’] 
setup.py: library_dirs = [‘/usr/local/lib’] 
running install 
running build 
running build_ext 
building ‘_mssql’ extension 
creating build 
creating build/temp.macosx-10.11-intel-2.7 
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/usr/local/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mssql.c -o build/temp.macosx-10.11-intel-2.7/_mssql.o -DMSDBLIB 
_mssql.c:266:10: fatal error: ‘sqlfront.h’ file not found

include “sqlfront.h”

1 error generated. 
error: command ‘cc’ failed with exit status 1

Command “/usr/bin/python -u -c “import setuptools, tokenize;file=’/private/tmp/pip-build-6afCqj/pymssql/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install –record /tmp/pip-Q1Ludg-record/install-record.txt –single-version-externally-managed –compile” failed with error code 1 in /private/tmp/pip-build-6afCqj/pymssql/ 
解决方案: 
1. brew unlink freetds 
2. brew install freetds@0.91 
3. brew link –force freetds@0.91 
4. sudo pip2.7 install pymssql
 

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值