isaacschneuder commented on issue #30769: URL: https://github.com/apache/superset/issues/30769#issuecomment-2453474523
@mistercrunch Thank you for your answer. I'm actually newby in docker and linux, so I'm sorry for asking stupid questions. I'm trying to install Superset on my virtual machine. I followed these instuctions: `git clone https://github.com/apache/superset.git` `cd superset` `git status` `sudo docker-compose -f docker-compose-non-dev.yml up` I tried `docker compose up`, and after this i've got an error from screenshot:  Also, after `docker compose start` seems like the containers started, but when i try in my browser <machine-ip>:8088, nothing is happening. I thought, maybe I should intall celery and flask through pip, but there are the same errors.   -- 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]
