-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLAlchemy dependency ignored when installing 2.0.0 #189
Comments
Akeboshiwind
added a commit
to ake-forks/amundsendatabuilder
that referenced
this issue
Dec 17, 2020
As seen here: laughingman7743/PyAthena#189 The 2.0.0 version of PyAthena doesn't install SQLAlchemy for some reason This PR fixes that
5 tasks
feng-tao
pushed a commit
to amundsen-io/amundsendatabuilder
that referenced
this issue
Dec 17, 2020
As seen here: laughingman7743/PyAthena#189 The 2.0.0 version of PyAthena doesn't install SQLAlchemy for some reason This PR fixes that
Thanks, I guess the change of package manager to Poetry from 2.0.0 has an effect. |
Yeah, that's likely the cause
…On Fri, 18 Dec 2020, 08:23 laughingman7743, ***@***.***> wrote:
Thanks, I guess the change of package manager to Poetry from 2.0.0 has an
effect.
I will investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD2NAQAL4FUCBDR5WEOPT3SVMGRNANCNFSM4U76XJRQ>
.
|
I uploaded version 2.0.1 of the following branch to test.pypi.org. I installed it to try it out and it seemed to work fine :) |
laughingman7743
added a commit
that referenced
this issue
Dec 25, 2020
Convert extras names to lowercase (fix: #189)
dorianj
pushed a commit
to dorianj/amundsen
that referenced
this issue
Apr 25, 2021
As seen here: laughingman7743/PyAthena#189 The 2.0.0 version of PyAthena doesn't install SQLAlchemy for some reason This PR fixes that
feng-tao
pushed a commit
to amundsen-io/amundsen
that referenced
this issue
May 7, 2021
As seen here: laughingman7743/PyAthena#189 The 2.0.0 version of PyAthena doesn't install SQLAlchemy for some reason This PR fixes that
hansadriaans
pushed a commit
to DataChefHQ/amundsen
that referenced
this issue
Jun 30, 2022
As seen here: laughingman7743/PyAthena#189 The 2.0.0 version of PyAthena doesn't install SQLAlchemy for some reason This PR fixes that
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is easiest to show with an example:
As you can see, SQLAlchemy isn't installed if you specify the "SQLAlchemy" extra on 2.0.0.
I've confirmed that this isn't an issue if I specify
PyAthena[SQLAlchemy]==1.11.2
instead.The text was updated successfully, but these errors were encountered: