bjornjorgensen commented on issue #31459: URL: https://github.com/apache/superset/issues/31459#issuecomment-2560435290
have the same issue when I use the helm chart ``` kubectl logs my-superset-bd8897d4c-rbql2 -n default ``` Defaulted container "superset" out of: superset, wait-for-postgres (init) [2024-12-23 23:33:28 +0000] [8] [INFO] Starting gunicorn 22.0.0 [2024-12-23 23:33:28 +0000] [8] [INFO] Listening at: http://0.0.0.0:8088 (8) [2024-12-23 23:33:28 +0000] [8] [INFO] Using worker: gthread [2024-12-23 23:33:28 +0000] [9] [INFO] Booting worker with pid: 9 Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] 2024-12-23 23:33:30,178:ERROR:superset.app:Failed to create app (...) File "/usr/local/lib/python3.10/site-packages/sqlalchemy/engine/create.py", line 544, in create_engine dbapi = dialect_cls.dbapi(**dbapi_args) File "/usr/local/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 811, in dbapi import psycopg2 ModuleNotFoundError: No module named 'psycopg2' [2024-12-23 23:33:30 +0000] [9] [INFO] Worker exiting (pid: 9) [2024-12-23 23:33:30 +0000] [8] [ERROR] Worker (pid:9) exited with code 3 [2024-12-23 23:33:30 +0000] [8] [ERROR] Shutting down: Master [2024-12-23 23:33:30 +0000] [8] [ERROR] Reason: Worker failed to boot. -- 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]
