I have face similar type of issue:
from celery import Celery
ImportError: cannot import name 'Celery' from 'celery'
Another simple way to solve this:
If your package have celery configuration in celery.py this is the reason that it is causing problems.
Rename it something like celery_settings.py