Tack för Largaroth. Om du använder mysqlclient
på Ubuntu 16.04 och har fel:
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Du kan fixa:
sudo -H pip uninstall mysqlclient
sudo -H pip install --no-binary mysqlclient mysqlclient