dosubot[bot] commented on issue #32186: URL: https://github.com/apache/superset/issues/32186#issuecomment-2643485064
<!-- Greeting --> Hey @JZ6! I'm here to help you out with any bugs, questions, or contributions. Let's tackle this issue together! <!-- Answer --> A similar closed issue suggests that since `Authlib` is an optional dependency, it might be necessary to add an `extras_require` to `setup.py` and include a note in the documentation indicating that `Authlib` is required when setting up OAuth <sup>[[1]](https://github.com/apache/superset/issues/18823)</sup>. Additionally, it's important to note that Python 3.9 support is deprecated in Superset 5.0, which could potentially affect module imports. It is recommended to use Python 3.11, with Python 3.10 still supported <sup>[[2]](https://github.com/apache/superset/blob/master/UPDATING.md)</sup>. You might want to consider upgrading your Python version to see if it resolves the issue. <!-- 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/bfab0cf9-2440-44a2-894a-f80e6333311c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/bfab0cf9-2440-44a2-894a-f80e6333311c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/bfab0cf9-2440-44a2-894a-f80e6333311c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/bfab0cf9-2440-44a2-894a-f80e6333311c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bfab0cf9-2440-44a2-894a-f80e6333311c?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/bfab0cf9-2440-44a2-894a-f80e6333311c?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]
