GitHub user sfirke added a comment to the discussion: ModuleNotFoundError: No module named 'psycopg2'" still not work
See the official guidance here: https://superset.apache.org/docs/installation/docker-builds/#building-your-own-production-docker-image My guess is that you're not activating the venv before `RUN uv pip install` ? But try to work off of that example there. GitHub link: https://github.com/apache/superset/discussions/34186#discussioncomment-13779663 ---- 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]
