Skip to content
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

Specify pandas version #40

Open
lschaus0408 opened this issue Jun 26, 2023 · 1 comment
Open

Specify pandas version #40

lschaus0408 opened this issue Jun 26, 2023 · 1 comment

Comments

@lschaus0408
Copy link

Upgrading to pandas 2.0 makes the program raise a HumannessTaskError:

  • If you submit a light sequence it will say it expected a heavy sequence
  • If you submit a heavy sequence it will say it expected a light sequence

Traced the error back to pandas 2.0 and the following AttributeError in SQLAlchemy:

AttributeError: 'Connection' object has no attribute 'exec_driver_sql'

Reverting to pandas 1.5.2 solved the issue

@prihoda
Copy link
Collaborator

prihoda commented Jul 1, 2023

Hi @lschaus0408 thanks for reporting this. I am trying to reproduce the error but it works for me with pandas 2.0.1.

I will keep this ticket open for a while. If you have time to reproduce this, would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants