码迷,mamicode.com
首页 > 数据库 > 详细

解决mac下安装pymssql问题

时间:2017-04-11 09:33:32      阅读:1535      评论:0      收藏:0      [点我收藏+]

标签:ram   问题   dtrace   nbsp   short   mac   gen   bug   arch   

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 freetds@0.91
brew link --force freetds@0.91
sudo pip install pymssql
 

解决mac下安装pymssql问题

标签:ram   问题   dtrace   nbsp   short   mac   gen   bug   arch   

原文地址:http://www.cnblogs.com/kamenyitong/p/6691897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!