文章目錄
- 一、Python.h:沒有那個文件或目錄
- 二、lber.h:沒有那個文件或目錄
一、Python.h:沒有那個文件或目錄
pip install -I python-ldap==3.0.0b1
#異常提示In file included from Modules/LDAPObject.c:3:0:Modules/common.h:9:20: 致命錯誤:Python.h:沒有那個文件或目錄#include "Python.h"
解決方式
yum install python-devel -y
二、lber.h:沒有那個文件或目錄
#異常提示
異常提示In file included from Modules/LDAPObject.c:8:0:Modules/constants.h:7:18: 致命錯誤:lber.h:沒有那個文件或目錄#include "lber.h"
解決方式
yum -y install openldap-devel