celery以下报错解决方法
按照报错找到源代码段
将原导入方法
from celery import current_app 修改为如上图
from celery._state import current_app继续启动 celery 完美解决