1. 程式人生 > >解決fatal error: Python.h: No such file or directory

解決fatal error: Python.h: No such file or directory

在ubuntu14.04 下安裝python的 netifaces包時遇到fatal error: Python.h: No such file or directory問題

首先檢視/user/include/python2.x目錄,是否包含Python.h,如果有的話可能是python版本不對

如果沒有的話,需要安裝python-dev包

sudo apt-get install python-dev