taskflow doesn't work with SQLAlchemy 1.4.23
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
taskflow |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
This is a report when trying to build the Xena Taskflow package for Debian.
Oslo.db wants SQLAlchemy >= 1.4. So the whole OpenStack Xena must be compatible with it. Unfortunately, it looks like Taskflow fails with SQLA 1.4.
=======
Failures during discovery
=======
--- import errors ---
Failed to import test module: taskflow.
Traceback (most recent call last):
File "/usr/lib/
module = self._get_
File "/usr/lib/
__import_
File "/<<PKGBUILDDIR
from taskflow.
File "/<<PKGBUILDDIR
from taskflow.
File "/<<PKGBUILDDIR
import sqlalchemy_utils as su
File "/usr/lib/
from .aggregates import aggregated # noqa
File "/usr/lib/
from .functions.orm import get_column_key
File "/usr/lib/
from .database import ( # noqa
File "/usr/lib/
from .orm import quote
File "/usr/lib/
from sqlalchemy.
ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.
Hi,
Sorry for the noise, I needed to upgrade sqlalchemy-utils. After that, everything is fine.