dosubot[bot] commented on issue #35722: URL: https://github.com/apache/superset/issues/35722#issuecomment-3419252882
<!-- Answer --> Superset 6.0.0rc2 explicitly requires Flask-AppBuilder <5.0.0, so it cannot be installed with Flask-AppBuilder 5.x when using the [excel] extra. This is enforced by static version constraints in the dependency files—there’s no conditional logic or workaround in the codebase to allow [excel] (which depends on xlrd) to work with FAB 5.x in this release. To use [excel], you must stick with Flask-AppBuilder 4.x for now. There’s currently no documented plan or migration path to bring [excel] compatibility to FAB 5.x in 6.0.0rc2; future support would require an upstream update to these constraints and possibly additional testing or code changes. You can see the relevant constraints in the [pyproject.toml](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/pyproject.toml) and [requirements/base.txt](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/requirements/base.txt). <!-- 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/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/487fc6ae-156f-4c47-ae62-b4040145df7c?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35722) -- 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]
