-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqldf stopped working with sqlalchemy 2.0.0 #99
Comments
Hi there. We faced the same issue. You can use my fork while the PR isn't merged 😀 |
If you want to use |
+1 |
so when could the merge be released? |
I just forked it under my repo and released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqldf does no longer work since the release of sqlalchemy 2.0.0.
I just installed pandasql on my notebook, the python script that yesterday worked on my desktop doesn't work here. I noticed 12 hours ago a new version of sqlalchemy released (2.0.0)
I did a pip uninstall sqlalchemy and then installed the old 1.4.46 release, the script then worked as expected.
The text was updated successfully, but these errors were encountered: