paulchoi commented on issue #31026:
URL: https://github.com/apache/superset/issues/31026#issuecomment-2494931115

   This worked for me. You need `psycopg2-binary`.
   You can ignore `clickhouse-connect`. 
   
   ```
   bootstrapScript: |
     #!/bin/bash
     pip install -i https://pypi.apple.com/simple \
       "clickhouse-connect>=0.6.8" \
       "psycopg2-binary>=2.9.10" \
       &&\
     if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ 
.Values.runAsUser }}" > ~/bootstrap; fi
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to