src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory
#include <sql.h>
In Ubuntu, install the following dependency.
sudo apt-get install g++
sudo apt-get install unixodbc-dev
In CentOS/RHEL, install the following dependency.
yum install unixODBC-devel