Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/celery/worker/__init__.py", line 208, in start
self.blueprint.start(self)
File "/usr/local/lib/python3.6/site-packages/celery/bootsteps.py", line 123, in start
self.on_start()
File "/usr/local/lib/python3.6/site-packages/celery/apps/worker.py", line 178, in on_start
raise RuntimeError(ROOT_DISALLOWED)
RuntimeError: Running a worker with superuser privileges when the
worker accepts messages serialized with pickle is a very bad idea!
If you really want to continue then you have to set the C_FORCE_ROOT
environment variable (but please think about this before you do).
设置下环境变量:C_FORCE_ROOT=True