Error installing pymssql on Mac OS X Lion

后端 未结 3 960
死守一世寂寞
死守一世寂寞 2021-02-11 01:30

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:47

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

    brew install freetds
    sudo pip install pymssql
    

提交回复
热议问题