mistercrunch commented on issue #28391: URL: https://github.com/apache/superset/issues/28391#issuecomment-2103804185
Looks like you're in docker-compose. To repro/debug you can ```bash $ docker-compose exec superset bash root@4625ad55f961:/app# python Python 3.10.14 (main, Apr 24 2024, 07:50:19) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from superset.stats_logger import StatsdStatsLogger >>> ``` This works for me as is on latest master. The comment from the error message you provided above seems generic but probably captures the issue: ``` superset_app | - missing __init__.py in a package; superset_app | - package or module path not included in sys.path; superset_app | - duplicated package or module name taking precedence in sys.path; superset_app | - missing module, class, function or variable; ``` -- 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]
