Does SQLAlchemy support in Python2? #460
-
Hi all, I execute Is there any way that I can use trino-orm in Python2? |
Beta Was this translation helpful? Give feedback.
Answered by
hashhar
Apr 25, 2024
Replies: 1 comment 1 reply
-
The latest trino-python-client that supports Python 2 was 0.305.0. So there's no version of trino-python-client that supports SQLAlchemy AND Python2. The docs also clearly mention only Python >= 3.8 is supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DavidShilol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest trino-python-client that supports Python 2 was 0.305.0.
The SQLAlchemy support was added in 0.307.0.
So there's no version of trino-python-client that supports SQLAlchemy AND Python2.
The docs also clearly mention only Python >= 3.8 is supported.