Skip to content
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

Support for SQLAlchemy>=1.4 #399

Closed
henshalb opened this issue Aug 23, 2022 · 5 comments
Closed

Support for SQLAlchemy>=1.4 #399

henshalb opened this issue Aug 23, 2022 · 5 comments

Comments

@henshalb
Copy link

ERROR: geoalchemy2 0.12.3 has requirement SQLAlchemy>=1.4, but you'll have sqlalchemy 1.3.24 which is incompatible.

@adrien-berchet
Copy link
Member

Hi @henshalb
Could you provide a little more context please?
Do you need GeoAlchemy2 to be compatible with SQLAlchemy < 1.4? I tried this #400 but I am not a fan of releasing something that is only partially working this some requirements (for example Alembic helpers and the to_metadata() method will not work for SQLAlchemy < 1.4)...

@henshalb
Copy link
Author

henshalb commented Aug 25, 2022 via email

@adrien-berchet
Copy link
Member

I still don't really get your issue but as you prefer :)
If you need compatibility with sqlalchemy == 1.3.24 you can pip install geolachemy2<0.12.

@henshalb
Copy link
Author

henshalb commented Aug 25, 2022 via email

@adrien-berchet
Copy link
Member

Yeah pip is not always able to resolve all dependency conflicts during installation, depending on the complexity of your dependency tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants