fzhan commented on issue #34185:
URL: https://github.com/apache/superset/issues/34185#issuecomment-3226736990
Try the below package, error report on "No module named 'psycopg2'"
```
bootstrapScript: |
#!/bin/bash
uv pip install .[postgres] \
.[mssql] \
.[mysql] \
.[bigquery] \
.[elasticsearch] &&\
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]