Tak for Largaroth. Hvis du bruger mysqlclient
på Ubuntu 16.04 og har fejl:
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Du kan rette:
sudo -H pip uninstall mysqlclient
sudo -H pip install --no-binary mysqlclient mysqlclient