StephaneLeleu commented on issue #31026:
URL: https://github.com/apache/superset/issues/31026#issuecomment-3501750402
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 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]