SQLAlchemy 1.4 incompatibility: sqlalchemy.orm.evaluator.UnevaluatableError: Cannot evaluate Select
#463
Labels
sqlalchemy.orm.evaluator.UnevaluatableError: Cannot evaluate Select
#463
wpull doesn't like some changes in SQLAlchemy 1.4:
See also: https://travis-ci.org/github/ArchiveTeam/ArchiveBot/jobs/764039716
Until fixed properly (or until SQLAlchemy is disposed of responsibly):
pip install 'SQLAlchemy<1.4'
The text was updated successfully, but these errors were encountered: