I am running into build/compile error for development files (header issue) python ldap integration with Apache Superset. Both of the modules are installed openldap-devel and python-devel.
https://www.python-ldap.org/en/python-ldap-3.2.0/installing.html#centos
In file included from C/libldap.c:5:
C/libldap.h:10:10: fatal error: ldap.h: No such file or directory
#include <ldap.h>
^~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for py3-libldap
ibldap.c -o build/temp.linux-x86_64-3.6/C/libldap.o
In file included from C/libldap.c:5:
C/libldap.h:10:10: fatal error: ldap.h: No such file or directory
#include <ldap.h>
^~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1