dosubot[bot] commented on issue #34269: URL: https://github.com/apache/superset/issues/34269#issuecomment-3102522118
<!-- Greeting --> Hi @Khrol! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> The missing superset.commands.logs module in 4.1.3.post1 is almost certainly a packaging oversight, not an intentional removal or code regression. This module (and specifically LogPruneCommand) is present in the source code and is required for the scheduler to function. Similar issues have occurred in other versions due to packaging errors, and the recommended workaround is to manually copy the missing logs directory (with prune.py) from the corresponding source release/tag into your installed superset/commands/ directory. This should resolve the import error and allow the scheduler to start as expected. For reference, see the discussion of a nearly identical issue in a later version and confirmation that LogPruneCommand is expected to be present and used by the scheduler [citation](https://github.com/apache/superset/issues/33463) [citation](https://github.com/apache/superset/issues/33283). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b0182f56-f1a9-46da-9f97-dcc43c24c5d0?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34269) -- 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]
