# the problem is there is no good way to install python-tzlocal on ubuntu 14.04 # there IS on ubuntu 16.04 # So until the system is upgraded to 16.04 we need install it from a .deb file # that is intended for 16.04, and hope that it works. Like this: wget https://launchpad.net/ubuntu/+archive/primary/+files/python-tzlocal_1.2-2_all.deb sudo apt-get install python-tz sudo dpkg -i python-tzlocal_1.2-2_all.deb