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

django-celery-beat 2.5.0 depends on Django<5.0 and >=2.2 #394

Closed
EdwinAtieno opened this issue Feb 12, 2024 · 2 comments
Closed

django-celery-beat 2.5.0 depends on Django<5.0 and >=2.2 #394

EdwinAtieno opened this issue Feb 12, 2024 · 2 comments

Comments

@EdwinAtieno
Copy link

61.56 INFO: pip is looking at multiple versions of django-celery-beat to determine which version is compatible with other requirements. This could take a while.
61.67 ERROR: Cannot install -r /requirements/base.txt (line 8) and django==5.0.1 because these package versions have conflicting dependencies.
61.67
61.67 The conflict is caused by:
61.67 The user requested django==5.0.1
61.67 The user requested django==5.0.1
61.67 django-celery-beat 2.5.0 depends on Django<5.0 and >=2.2
61.67
61.67 To fix this you could try to:
61.67 1. loosen the range of package versions you've specified
61.67 2. remove package versions to allow pip attempt to solve the dependency conflict

@RadoRado
Copy link
Member

@EdwinAtieno I think I fixed this by simply upgrading everything 😅

That's currently on master:

$ pip freeze | grep Django
Django==5.0.6

$ pip freeze | grep "django-celery-beat"
django-celery-beat==2.6.0

@EdwinAtieno
Copy link
Author

Hello @RadoRado
I was able to fix the issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants