kevin-struckhoff commented on issue #16096: URL: https://github.com/apache/superset/issues/16096#issuecomment-893892410
I've uninstalled psycopg2-binary. I installed postgresql-13, postgresql-13-server, postgresql-13-devel, and postgresql-13-contrib. I installed psycopg2. I then copied the psycopg2 dir from /usr/local/lib64/python3.8/site-packages/psycopg2 to my venv dir /venv/lib64/python3.8/site-packages/psycopg2. After restarting superset, I can create my database connection finally. Someone should create this html file for Postgres since it returns a 404 error: https://superset.apache.org/docs/databases/postgresql The notes should explain that at a minimum the postgresXX-devel package needs to be installed before the psycopg2 package. Additionally, the pg_hba.conf file on the db server needed an extra entry for the superset server ip address. -- 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]
