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

   thanks for that, this make the day today.
   
   > Use
   > 
   > ```
   > bootstrapScript: |
   >   #!/bin/bash
   >   apt-get update && apt-get install -y build-essential
   >   uv pip install psycopg2-binary
   >   if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ 
.Values.runAsUser }}" > ~/bootstrap; fi
   > ```
   > 
   > to install psycopg2 (version 5 now uses "uv" for package management.
   > 
   > seen in [#32364](https://github.com/apache/superset/issues/32364)
   
   


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