BioPhi icon indicating copy to clipboard operation
BioPhi copied to clipboard

Specify pandas version

Open lschaus0408 opened this issue 2 years ago • 1 comments

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

lschaus0408 avatar Jun 26 '23 17:06 lschaus0408

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.

prihoda avatar Jul 01 '23 04:07 prihoda