How to run superset with "docker compose up --build" command. #31281
Replies: 1 comment 6 replies
-
Hey @andrewcaoo! I'm here to help you with any bugs, questions, or contributions you have regarding Superset. Let's tackle this issue together! A similar issue was reported where the error "No module named 'trino'" occurred during the Docker Compose installation. The suggested solution was to specify version docker container prune
docker volume prune
docker volume rm superset_db_home This might help resolve the "No module named 'superset'" error as well [1]. Additionally, ensure that the Python environment in the Docker container is correctly set up. The Superset Dockerfile uses a Python base image and installs dependencies using a script. Make sure that the If the issue persists, double-check the Dockerfile and the |
Beta Was this translation helpful? Give feedback.
-
I am trying to run superset on my local laptop. I cloned superset's code from official reposity. After that, i ran:
docker compose up --build
. Everything ran smoothly untill the superset-init service run. It show that "No module named 'superset'". This is full message:Please help me, I can't find out what is superset module and how i can install them.
Beta Was this translation helpful? Give feedback.
All reactions