}

MacOS LDAP Error: sasl.h File Not Found

Introduction

In order to solve the error of the missing sasl.h file not found, use the following parameters of pip like this example:

pip install python-ldap \
   --global-option=build_ext \
   --global-option="-I$(xcrun --show-sdk-path)/usr/include/sasl"