解决mac下安装pymssql问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决mac下安装pymssql问题相关的知识,希望对你有一定的参考价值。

mac环境:10.11.6(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/
解决方案:
brew unlink freetds
brew install [email protected]
brew link --force [email protected]
sudo pip install pymssql
 

以上是关于解决mac下安装pymssql问题的主要内容,如果未能解决你的问题,请参考以下文章

mac - pip 安装 pymssql 错误

如何在unix下安装pymssql包?

pymssql:Mac OS 中的软件包安装失败

Linux下安装pymssql及简单尝试

在 Mac OS 10.6 (python 2.6) 上安装/构建 pymssql

无法在 Mac 上使用 pip 安装 pymssql 并链接到使用 fink 安装的 FreeTDS