after solving several other errors, I came across this rather generic one and I am at a loss on how to solve it.
I upgraded the SQLAchemy version to 1.4, to avoid AttributeError: module 'time' has no attribute 'clock'
then downgraded a bit again 1.3.24, to avoid the error can't set Variable.
so my r...