Django Error解决

MySQL

Error loading MySQLdb module: /usr/lib/libmysqlclient.so.20: version `libmysqlclient_20.0’ not found

Manjaro

查看文件所在路径

1
locate libmysqlclient

查看文件

1
ls -l | grep libmysqlclient

输出结果

1
2
3
4
5
6
lrwxrwxrwx   1 root root        17 9月  28 02:59 libmysqlclient_r.so -> libmysqlclient.so
lrwxrwxrwx 1 root root 17 9月 28 02:59 libmysqlclient_r.so.18 -> libmysqlclient.so
lrwxrwxrwx 1 root root 17 9月 28 02:59 libmysqlclient_r.so.18.0.0 -> libmysqlclient.so
lrwxrwxrwx 1 root root 20 9月 28 02:59 libmysqlclient.so -> libmysqlclient.so.18
lrwxrwxrwx 1 root root 24 9月 28 02:59 libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
-rwxr-xr-x 1 root root 3707440 9月 28 02:59 libmysqlclient.so.18.0.0