curious86 commented on issue #18074:
URL: https://github.com/apache/superset/issues/18074#issuecomment-1017013419


   This is is resolved after installing the missing package (python-ldap) and 
prerequisites through the container's (superset-app container) interactive 
shell.
   
   step 1:  (container name was superset-app in my case)
   `docker exec -it <container name> /bin/bash
   ` 
   step 2: (please verify if all the packages are needed)
   `apt-get update -y && apt-get install -y python3-dev libldap2-dev 
libsasl2-dev ldap-utils tox lcov valgrind
   `
   step 3:
   `pip install python-ldap
   `
   Ideally no need to restart the containers, but if it does not resolve the 
issue, try restarting specific container or all containers.
   `docker-compose -f docker-compose-non-dev.yml restart`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to