BioPhi
BioPhi copied to clipboard
Specify pandas version
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
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.