Error installing pymssql on Mac OS X Lion

后端 未结 3 1456
南笙
南笙 2021-02-11 01:26

I have XCode installed and also FreeTDS. I tried to connect to my SQL Server and it works perfect.

Now I have to develop an aplication on python that works with this SQL

3条回答
  •  心在旅途
    2021-02-11 01:51

    Just incase anyone is reading this the following worked for me:

    brew install freetds
    sudo pip install pymssql
    

提交回复
热议问题