ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory
已经安装了mysql-python,但是在import MySQLdb的时候一直提示错误题目所示错误解决办法:卸载重装mysql-python就好了pip uninstall mysql-pythonpip install mysql-python...
·
已经安装了mysql-python,但是在import MySQLdb的时候一直提示错误题目所示错误
解决办法:
卸载重装mysql-python就好了
pip uninstall mysql-python
pip install mysql-python更多推荐



所有评论(0)