Děkuji za Largaroth. Pokud používáte mysqlclient
na Ubuntu 16.04 a mají chybu:
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Můžete opravit:
sudo -H pip uninstall mysqlclient
sudo -H pip install --no-binary mysqlclient mysqlclient