Open psads-git opened 1 year ago
I just debugged this earlier today for a coworker and found downgrading SQLAlchemy resolved it via pip install SQLAlchemy==1.4.46
.
I think pandasql is not compatible with SQLalchemy 2 and above.
Thanks, Isaac: Indeed, by downgrading SQLAlchemy to the version you suggest fixes the problem.
The following code when run
gives the following error:
Could someone please help me?