syafiqdante commented on issue #8285: ImportError: cannot import name 'StatsdStatsLogger' URL: https://github.com/apache/incubator-superset/issues/8285#issuecomment-535295149 I haven't been able to run superset using command: ``` gunicorn \ -w 10 \ -k gevent \ --timeout 120 \ -b 0.0.0.0:8088 \ --limit-request-line 0 \ --limit-request-field_size 0 \ superset:app ``` and `superset run -p 8088 --with-threads --reload --debugger` I have tried running superset with empty superset_config.py still nothing when I try to open the superset page at `http://<my_ip:8088>/superset/` from the stacktrace, it seems to be working using the `superset run -p 8088 --with-threads --reload --debugger` command: ``` 2019-09-26 09:46:26,277:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> * Serving Flask app "superset:app" (lazy loading) * Environment: development * Debug mode: on 2019-09-26 09:46:27,616:INFO:werkzeug: * Running on http://127.0.0.1:8088/ (Press CTRL+C to quit) 2019-09-26 09:46:27,617:INFO:werkzeug: * Restarting with stat 2019-09-26 09:46:29,494:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> 2019-09-26 09:46:30,843:WARNING:werkzeug: * Debugger is active! 2019-09-26 09:46:30,850:INFO:werkzeug: * Debugger PIN: 410-272-582 ``` Kinda stuck here for a while now... Please help, Thanks in advance.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
