Installing pymssql was causing me some issues.
Here are a couple of prerequisites that I needed:
sudo apt-get install unixodbc-dev
sudo apt install freetds-dev
I also needed up update setup tools
easy_install -U setuptools
After that, pip install pymssql
worked ;)
Source: https://github.com/mkleehammer/pyodbc/issues/276