I am running Linux (2.6.18-164.15.1.el5.centos.plus) and trying to install pyodbc. I am doing pip install pyodbc and get a very long list of errors, which end in
Adding one more answer on this question. For Linux Debian Stretch release you would need to install the following dependencies:
apt-get update apt-get install g++ apt-get install unixodbc-dev pip install pyodbc