TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

SQLAlchemy version conflict with TG2.4.3 devtools/SQLAlchemy >=1.4 and zope-sqlalchemy 1.4 #122

Closed mcdave83 closed 3 years ago

mcdave83 commented 3 years ago

Creating a new application from scratch installing TurboGears 2.4.3 tg.devtools returns a version conflict between SQLAlchemy (automatically installed version is 1.4.11 as per 2021-04-27) and zope-sqlalchemy (installed as version 1.4). Solved manually by reinstalling SQLAlchemy 1.3.25, but should possibly work out-of-the-box for new users.