You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.in records.py, change line 361 to cursor = self._conn.execute(text(query), dict(**params))
2.records.py, line 40 change to return list(self._keys)
then it's ok to run
evaluate.py fails when records library depends on sqlachemy 2.x
TypeError: execute() got an unexpected keyword argument 'name'
records.py need changes refer this pull request
The text was updated successfully, but these errors were encountered: