缺少mssql模块,因此按照以下方法解决:
pip install pymssql
安装pymssql时,报错如下 :
1, _mssql.c:242:22: fatal error: sqlfront.h: 没有那个文件或目录
#include "sqlfront.h"
2,_mssql.c:4:20: fatal error: Python.h: 没有那个文件或目录
#include "Python.h"
解决方法:
apt-get install python-dev freetds-dev -y
本文出自 “bobo的运维之路” 博客,请务必保留此出处http://shiyiguo.blog.51cto.com/4949751/1828306
原文地址:http://shiyiguo.blog.51cto.com/4949751/1828306