duoyw opened a new issue #18659: URL: https://github.com/apache/superset/issues/18659
A clear and concise description of what the bug is. I configure the backend envs by https://preset.io/blog/tutorial-contributing-code-to-apache-superset/. I obey each step except "superset load-examples" because the error message "TimeoutError: [Errno 60] Operation timed out ", then i skip the step. i execute the command "FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger" and visit "http://localhost:8088/". the result is followed . so, i want to know the solution and thanks. Noted: docker-compose -f docker-compose-non-dev.yml pull docker-compose -f docker-compose-non-dev.yml up starting superset by docker is work for me, but i prefer to know how to start it if no docker #### How to reproduce the bug 1.exec the following commands: python3 -m venv venv source venv/bin/activate pip install -r requirements/testing.txt pip install -e . superset db upgrade superset fab create-admin superset init FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger 2.visit browser http://localhost:8088/ ### Expected results correct welcome page ### Actual results a error page #### Screenshots it is displayed above ### Environment macOs Big sur 2020 Apple M1 (please complete the following information): - browser type and version: google 90.0.4430.212 - superset version: `superset version` Superset 0.0.0dev - python version: `python --version` python3.8 - node.js version: `node -v` v16.14.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. yes - [ ] I have reproduced the issue with at least the latest released version of superset. yes - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. yes ### 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org