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

   In my case, I was tryping to install `sqlalchemy-drill` as part of the helm 
chart deployment and also failed because `psycopg2` was not available. 
   
   This change in the `values.yaml` fixed the issue 
   ```
   bootstrapScript: |
     #!/bin/bash
     pip install sqlalchemy-drill psycopg2-binary
   ```
   


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