News
Fix for python >=3.8
Written on 19.11.2020 09:05 by Daniel Fišer
Dear students,
some of you had a problem running the Fast Downward planner with python >=3.8.
We fixed this issue in the base repository. So, you can merge the fix using git:
git remote add base git@gitlab.cs.uni-saarland.de:ai-planning-20-21/fast-downward.git
git remote update
git merge base/master
If you didn't have this problem, you don't need to merge.
Best regards,
Dan Fiser