dosubot[bot] commented on issue #32733: URL: https://github.com/apache/superset/issues/32733#issuecomment-2734489848
<!-- Greeting --> Hello @kainz! I'm here to help you with any bugs, questions, or contributions you have for Apache Superset. Let's tackle this together! <!-- Answer --> The 'lean' Superset image does not include the 'uv' package, which is used to manage the Python environment in the installation process. This exclusion means that the standard installation instructions, which rely on 'uv', may not be applicable for the lean image. The lean image is designed to be a minimal version that does not contain database drivers, requiring users to install their own drivers for both analytics and metadata databases <sup>[[1]](https://github.com/apache/superset/blob/master/docs/docs/installation/docker-builds.mdx)</sup>. To address this issue, you may need to manually install the necessary Python packages and dependencies that are typically managed by 'uv' in the standard image. This could involve using alternative package management methods or modifying the installation scripts to accommodate the absence of 'uv'. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/71e93975-1a6b-468c-8956-ff26deff8229?feedback_type=other)</sup> -- 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]
