altorrembo commented on code in PR #31999: URL: https://github.com/apache/superset/pull/31999#discussion_r2293296040
########## docs/docs/installation/kubernetes.mdx: ########## @@ -157,7 +157,7 @@ The following example installs the drivers for BigQuery and Elasticsearch, allow ```yaml bootstrapScript: | #!/bin/bash - pip install psycopg2==2.9.6 \ + pip install psycopg2-binary==2.9.10 \ Review Comment: Since 5.0.0 it must be installed with "uv" "uv pip install psycopg2-binary==2.9.10 " -- 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]
