GitHub user dosubot[bot] added a comment to the discussion: Deck.gl map change style directly on dashboard
<!-- Answer --> The error `fatal error C1083: Cannot open include file: 'lber.h': No such file or directory` when building python-ldap on Windows means the OpenLDAP development libraries are missing. To resolve this: 1. Download and install the OpenLDAP development libraries for Windows (precompiled binaries are available from the OpenLDAP for Windows website). 2. Set the environment variable `INCLUDE` to the directory containing `lber.h` (for example, `C:\OpenLDAP\include`). 3. Set the environment variable `LIB` to the directory containing the OpenLDAP library files (for example, `C:\OpenLDAP\lib`). 4. Make sure you have the Microsoft C++ Build Tools installed (from the Visual Studio website). 5. After setting up the environment, run `pip install python-ldap` again. This should allow the build to find the required headers and libraries and complete successfully. For more details, see the step-by-step solution in this [relevant thread](https://github.com/apache/superset/issues/32024). <!-- Dosu Comment Footer --> *To reply, just mention my name [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b7fe1606-8296-435c-8131-6bcde8ad3da9?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/32149) GitHub link: https://github.com/apache/superset/discussions/32149#discussioncomment-13294756 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org