mac - pip install pymssql error

前端 未结 7 873
执笔经年
执笔经年 2020-12-05 02:40

I use Mac (OS X 10.11.5). I want to install module pymssql for python. In Terminal.app, I input sudo -H pip install pymssql, pip

7条回答
  •  心在旅途
    2020-12-05 03:08

    Found Detailed and simple answer with step by step installation of pymssql on http://gree2.github.io/python/setup/2017/04/19/python-instal-pymssql-on-mac.

    1. brew unlink freetds; brew install homebrew/core/freetds091
    2. brew link --force freetds@0.91
    3. pip install pymssql

提交回复
热议问题