dosubot[bot] commented on issue #31803:
URL: https://github.com/apache/superset/issues/31803#issuecomment-2585311546

   <!-- Greeting -->
   @KnudH Hello there! I'm here to help you with your Superset issue. I can 
assist with bug fixes, answer questions, and guide you on becoming a 
contributor. Let's work together to resolve this issue.
   
   <!-- Answer -->
   The issue you're encountering is due to a version conflict between 
SQLAlchemy v1 and v2. Apache Superset 4.1.1 specifically requires 
`sqlalchemy==1.4.54` 
<sup>[[1]](https://github.com/apache/superset/blob/master/requirements/development.txt)</sup>.
 The Starrocks adapter, on the other hand, seems to require SQLAlchemy v2, 
which is causing the conflict.
   
   Unfortunately, you cannot have both versions of SQLAlchemy installed 
simultaneously in the same environment. A potential workaround is to check if 
there is a version of the Starrocks adapter that is compatible with SQLAlchemy 
v1.4.54. If not, you might need to wait for an update from either the Superset 
or Starrocks teams that resolves this compatibility issue.
   
   Additionally, you might want to follow any ongoing discussions or issues 
related to SQLAlchemy version compatibility in the Superset repository, such as 
the [sqlalchemy version compatibility error when installing superset with 
PyPI](https://github.com/apache/superset/discussions/29258) 
<sup>[[2]](https://github.com/apache/superset/discussions/29258)</sup>.
   
   
   <!-- 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/869dd667-7110-4d9e-923e-125eae82c8a6?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/869dd667-7110-4d9e-923e-125eae82c8a6?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/869dd667-7110-4d9e-923e-125eae82c8a6?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/869dd667-7110-4d9e-923e-125eae82c8a6?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/869dd667-7110-4d9e-923e-125eae82c8a6?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/869dd667-7110-4d9e-923e-125eae82c8a6?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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to