Unable to run tutor init on local instance

I have cloned the open-release/palm-master to the local machine, It is able to mount and build. All images are created, but when I try to run tutor local do init, it throws the following error, Do any help?

++++++++++++
ImportError: cannot import name ‘RemovedInDjango50Warning’ from ‘django.utils.deprecation’ (/openedx/venv/lib/python3.8/site-packages/django/utils/deprecation.py)
Error: Command failed with status 1: docker compose -f

Create waffle switches to enable some features, if they have not been explicitly defined before

Completion tracking: add green ticks to every completed unit

(./manage.py lms waffle_switch --list | grep completion.enable_completion_tracking) || ./manage.py lms waffle_switch --create completion.enable_completion_tracking on
++++++++++++