n.hier
n.hier

Reputation: 1

AttributeError: 'DataFrame' object has no attribute '_mgr'

I tried to pursue my survey on otree but it always shows "Internal Server Error" when running the demo. Python, otree etc are all updated on the latest version.

error message: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pandas/core/generic.py", line 6299, in getattr return object.getattribute(self, name) AttributeError: 'DataFrame' object has no attribute '_mgr'

Does anybody know how to solve this?

Upvotes: 0

Views: 187

Answers (1)

Felix
Felix

Reputation: 411

Downgrading to pandas==2.2.1 resolved this issue for me, although I ran into the same error in a different context (not related to oTree).

Upvotes: 0

Related Questions