Closed ricardocarvalhods closed 1 year ago
Thanks for raising this issue. I've pushed version 0.2.9.1 of smartnoise-sql
to PyPi which pins SQLAlchemy to <0.2. New installs should now work again. This is a good reminder for us to remove our dependency on pandasql
, since pandas
has subsumed that functionality. We will investigate removing this dependency so that smartnoise-sql
can work with sqlalchemy
versions >= 2.0.0.
Support for newer sqlalchemy
will depend on recently-merged PR [https://github.com/pandas-dev/pandas/pull/48576]. Will add support when that PR makes it to PyPi.
Fix is deployed in smartnoise-sql==1.0.0. Please let us know if any issues remain.
Fixed
Hello,
If you install the lib from scratch today, it gives error on basically any SQL query it tries to execute. See the error below.
According to this issue:
text()
That's probably the case, I tried
SQLAlchemy==1.4.46
and the error was gone.Error: