Using virtualenv and just trying to install pyodbc. All resources I can find claim this should be extremely straightforward. After all the basic installs of MySQL, etc., jus
I had success when installed with
sudo pip install --allow-external pyodbc --allow-unverified pyodbc pyodbc
However, I also needed the unixodbc-dev package in order for pyodbc to actually compile.
unixodbc-dev