ensky commented on issue #20155: URL: https://github.com/apache/superset/issues/20155#issuecomment-1146762854
> It looks like an issue that popped somewhere else, and that was fixed by upgrading `psycopg2` to `2.9.1` in `requirements.txt` I can confirm that with psycopg2=2.9.1 the problem is solved. So it seems to be the problem about k8s setup example located in https://superset.apache.org/docs/installation/running-on-kubernetes , and which instructed to `pip install psycopg2==2.8.5` in dependency section. Anyone may change it to `pip install psycopg2==2.9.1` then this problem is solved. -- 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]
