sql >> Base de Datos >  >> RDS >> Mysql

Actualizado a Ubuntu 16.04 ahora las dependencias MySQL-python están rotas

Gracias por Largaroth. Si usa mysqlclient en Ubuntu 16.04 y tiene el error: ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory

Puedes corregir:

sudo -H pip uninstall mysqlclient

sudo -H pip install --no-binary mysqlclient mysqlclient