Django Celery Task: AttributeError: type object ‘Command’ has no attribute ‘__annotations__’
I’m trying to set up a celery task which basically runs a script to deactivate a bunch of facilities inside a json file. I used to run it manually and it ran fine but now i get the following error when Celery tries to run it as a task: