Bedankt voor Largaroth. Als u mysqlclient
. gebruikt op Ubuntu 16.04 en hebben fout:
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
U kunt het volgende oplossen:
sudo -H pip uninstall mysqlclient
sudo -H pip install --no-binary mysqlclient mysqlclient