Pyodbc installation error on Ubuntu 16.04 with Sql Server installed

后端 未结 2 768
感动是毒
感动是毒 2021-02-06 08:11

I am trying to test my scripts for data migration from mssql-server to oracle server. For this, I have to install pyodbc python

2条回答
  •  忘了有多久
    2021-02-06 08:26

    I do not have Sql server installed but when I want to install pyodbc at new machine, I can't install it as well. Someone suggest the following (I can't exactly tell where I find it):

    sudo apt-get install unixodbc-dev
    sudo pip install pyodbc
    

提交回复
热议问题