ilsaloving commented on issue #30553:
URL: https://github.com/apache/superset/issues/30553#issuecomment-2486739318

   I'm revisiting this since things don't appear to have changed since the rc.
   
   What I've found so far:
   - I had to switch from `pip install psycopg2` to `pip install 
psycopg2-binary`.
   - `pip install python-ldap` fails because it requires gcc
   - `apt-get install python3-ldap` works, however, it installs libraries for 
python _3.11_. So these are not available when running under 3.10
   - switching to 4.1.1rc1-py311, it looks like superset rolls it's own version 
of python (/usr/local/lib/python3.11/site-packages), so it _still_ doesn't find 
the python3-ldap library (under /usr/lib/python3/dist-packages)
   
   I'm still trying to figure out the cleanest option for making this work:
   - symlinking everything under /usr/lib/python3/dist-packages, to 
/usr/local/lib/python3.11/site-packages
   - installing gcc onto the container, let pip do it's thing, then remove it 
again.
   - Another option I can't think of?
   
   


-- 
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