sudo yum install gcc-c++
sudo yum install python3-devel
sudo yum install unixODBC-devel
sudo pip3 install pyodbc
These are the correct commands to install Pyodbc on AWS linux ami, note that is intended to install on a machine with both python2 and 3.
if you have only one version pip3 should become pip and