项目报错无法启动:

libmysqlclient.so.20: cannot open shared object file: No such file or directory

解决措施:

sudo pip uninstall MySQL-python (uninstall from your package manager of choice)

sudo apt-get install libmysqlclient-dev

sudo pip install MySQL-python

 

 

 

 posted on 2019-11-25 17:22  墨语i  阅读(556)  评论(0)    收藏  举报