Mysql
 sql >> Database >  >> RDS >> Mysql

Aggiornato a Ubuntu 16.04 ora le dipendenze MySQL-python sono interrotte

Grazie per Largaroth. Se usi mysqlclient su Ubuntu 16.04 e ho un errore: ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory

Puoi correggere:

sudo -H pip uninstall mysqlclient

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