Skip to content Skip to sidebar Skip to footer

Sqlalchemy Making Errors After Being Updated To 1.4.0

(Not a question) I've experienced some crashes with sqlalchy_utils after updating from sqlalchemy 1.3.21 to 1.4.0. Just deprecate it to 1.3.xx. ImportError: cannot import name '_Co

Solution 1:

sqlalchemy_utils is currently not compatible with SQLAlchemy > 1.4.0:

Temporarily require sqlalchemy <1.4.0 to make compatible with sqlalchemy-utils

Post a Comment for "Sqlalchemy Making Errors After Being Updated To 1.4.0"