在linux命令行安装包时报错 src/MD2.c:31:20: fatal error: Python.h: No such file or directory
原因:缺少了python的dev
解决方法:
apt-get install python-dev