Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Issue with celery! #75

Open
sindhujit1 opened this issue Feb 26, 2021 · 1 comment
Open

Dependency Issue with celery! #75

sindhujit1 opened this issue Feb 26, 2021 · 1 comment
Labels
question Further information is requested

Comments

@sindhujit1
Copy link

Recently when we tried deploying our app and installing all the packages, ran into an issue:

django-celery 3.2.2 depends on celery<4.0 and >=3.1.15

Seems like there has not been much update to django-celery and celery 5.0 has been released.
Django-celery is needed to run celery progress bars.

Downgrading celery to 3.1 is not a choice as that is a very old version and old packages like kombu also need to be downgraded.

Any suggestions how to proceed ?

@OmarWKH
Copy link
Collaborator

OmarWKH commented Feb 26, 2021

I don't think django-celery is required for celery-progress.
If you are using django-celery to store results using the Django ORM, you can use django-celery-results instead.

@czue czue added the question Further information is requested label Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants