Mac下安装第三方模块报错:‘sqlfront.h‘ file not found的解决办法

Posted MalcolmF

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下安装第三方模块报错:‘sqlfront.h‘ file not found的解决办法相关的知识,希望对你有一定的参考价值。

1.软件环境:

    mac环境:10.11.6(15G31)

    python: 3.6

2.问题:

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

    fatal error: ‘sqlfront.h‘ file not found
 
3.解决方案:
    终端执行  brew install [email protected]
    终端执行  brew link --force [email protected]
    终端执行  sudo pip install pymssql(或则 pycharm直接安装)

以上是关于Mac下安装第三方模块报错:‘sqlfront.h‘ file not found的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

mac下Nginx+lua模块编译安装

安装第三方模块

在mac下用homebrew安装nginx后,怎么添加第三方module

在Mac系统下python如何安装第三方函数库?

在Mac系统下python如何安装第三方函数库?

python 之安装第三方模块