j0narch3r opened a new issue #16432: URL: https://github.com/apache/superset/issues/16432
A clear and concise description of what the bug is. ### Expected results Running `docker-compose up` on a clean clone of Superset will launch the app ### Actual results - I need to register the Snowflake driver for my use case which appears to require `docker-compose up` after adding the snowflake sqlalchemy driver to ./requirements-local.txt - Superset will run when using docker-compose-non-dev.yml as described <a href="https://superset.apache.org/docs/installation/installing-superset-using-docker-compose">here</a> but not when running `docker-compose up`. - Instead what happens is I get `superset-websocket Error` (see screenshot) which leads to other errors and eventual failure - This is also on a fresh install of Docker for Mac #### Screenshots  #### How to reproduce the bug 1. Install Docker for Mac 2. Follow instructions <a href="https://superset.apache.org/docs/installation/installing-superset-using-docker-compose">here</a> 3. Run `docker-compose up` ### Environment (please complete the following information): - superset version: `superset version` -bash: superset: command not found (but I cloned it two days ago) - python version: `python --version` Python 3.7.4 - node.js version: `node -v` v16.7.0 - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] 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. 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]
