GitHub user gatos-cc added a comment to the discussion: ModuleNotFoundError: No
module named 'psycopg2' during k8 installation
k - final script I think is working
```
bootstrapScript: |
#!/bin/bash
# Install system-level dependencies
apt-get update && apt-get install -y
apt-get install -y pkg-config python3-dev default-libmysqlclient-dev
build-essential
uv pip install authlib psycopg2-binary mysqlclient
# Create bootstrap file if it doesn't exist
if [ ! -f ~/bootstrap ]; then
echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap
fi
```
GitHub link:
https://github.com/apache/superset/discussions/31431#discussioncomment-14768249
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]