I tried to run the ./marshal build br-base.json command and I got the following error message:
NotImplementedError: doit.cmd_base.py:TaskLoader was removed on 0.36.0, use TaskLoader2 instead
Simply changing the TaskLoader to TaskLoader2 in wlutil/build.py did not work for me so I downgraded my doit version.
Hi,
I tried to run the
./marshal build br-base.json
command and I got the following error message:NotImplementedError: doit.cmd_base.py:TaskLoader was removed on 0.36.0, use TaskLoader2 instead
Simply changing the TaskLoader to TaskLoader2 in wlutil/build.py did not work for me so I downgraded my doit version.
Regards, Philipp