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

Support for celery 5.0 #88

Open
kirankumbhar opened this issue Oct 7, 2020 · 0 comments
Open

Support for celery 5.0 #88

kirankumbhar opened this issue Oct 7, 2020 · 0 comments

Comments

@kirankumbhar
Copy link

Hello!
Jobtastic doesn't support celery 5.0. I tried with celery 5.0 and received the following error.

Python = 3.8.5
Celery = 5.0.0

"/Users/scorpionk/.virtualenvs/testenv/lib/python3.8/site-packages/testproj/testapp/tasks.py", line 6, in <module>
    from jobtastic import JobtasticTask
  File "/Users/scorpionk/.virtualenvs/testenv/lib/python3.8/site-packages/jobtastic/__init__.py", line 17, in <module>
    from jobtastic.task import JobtasticTask  # NOQA
  File "/Users/scorpionk/.virtualenvs/testenv/lib/python3.8/site-packages/jobtastic/task.py", line 24, in <module>
    from celery.task import Task
ModuleNotFoundError: No module named 'celery.task'
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

1 participant