devlace opened a new issue #10196: URL: https://github.com/apache/incubator-superset/issues/10196
When attempting to run "docker-compose up", I'm getting an error in superset_1 "ModuleNotFoundError: No module named 'superset.app'". When navigating to localhost:8088. I get the error "flask.cli.NoAppException: Could not import "superset.app"' ### Expected results After running docker-compose up, I expect a functioning app at localhost:8088 ### Actual results Error when navigating to localhost:8088 #### Screenshots If applicable, add screenshots to help explain your problem.    #### How to reproduce the bug 1. Clone repo, and checkout tag 0.36.0 (latest release as of 2020/06/30). 2. cd in to incubator-superset 3. Run docker-compose up ### Environment - superset version: 0.36.0 - docker engine version: 19.03.8 - docker compose version: 1.26.0 ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
