ubuntu中数据迁移的时候出现ImportError错误
今天在Flask框架中使用数据库迁移的时候出现了如下错误:
ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory
解决的方法是:apt-get install libzdb-dev
今天在Flask框架中使用数据库迁移的时候出现了如下错误:
ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory
解决的方法是:apt-get install libzdb-dev