I am trying to test my scripts for data migration from mssql-server to oracle server. For this, I have to install pyodbc python
mssql-server
oracle server
pyodbc
python
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