Find the file (path shown in error):
\env\localenv\Lib\site-packages\rest_framework_simplejwt\tokens.py
Find the line:
from django.utils.timezone import utc
and replace it with:
from datetime import timezone
utc = timezone.utc
This is temporarily fixing the issue