goat-bench icon indicating copy to clipboard operation
goat-bench copied to clipboard

Python version issues and AttributeError: 'BaseEpisode' object has no attribute 'tasks'

Open chashru opened this issue 9 months ago • 1 comments

Python 3.7 did not work due to dependency errors, so I used Python 3.8 instead. However, when running scripts/eval/2-goat-eval.sh, I encountered the following error during evaluation: AttributeError: 'BaseEpisode' object has no attribute 'tasks'. Please help me resolve this issue.

chashru avatar Mar 26 '25 21:03 chashru

This problem has nothing to do with the Python version. You can try the solution in this issue: https://github.com/Ram81/goat-bench/issues/17, which works for me.

shi0rik0 avatar Apr 15 '25 02:04 shi0rik0