You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/20 01:02:07 UTC

[GitHub] [superset] curious86 commented on issue #18074: python-ldap package installation not working for ldap

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-unsubscribe@superset.apache.org

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



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