How to install pymssql on MacOS Sierra

后端 未结 2 1519
终归单人心
终归单人心 2021-02-13 12:15
Command \"/usr/bin/python -u -c \"import setuptools, tokenize;__file__=\'/private/tmp/pip-build-J1I0ox/pymssql/setup.py\';f=getattr(tokenize, \'open\', open)(__file__);c         


        
2条回答
  •  悲哀的现实
    2021-02-13 12:42

    This link ended up solving my problem. For anyone else having these issues, this sequence of commands worked for me.

    brew uninstall --force freetds
    brew install freetds@0.91
    brew link --force freetds@0.91
    pip install pymssql
    

提交回复
热议问题