使用 Django 安装 Celery

发布于 2024-10-26 13:49:07 字数 349 浏览 2 评论 0原文

我正在尝试使用 安装="/questions/tagged/django" class="post-tag" title="show questions tagged 'django'" rel="tag">django 我收到以下错误:

from celery.task import sets

ImportError: cannot import name sets

如何修复那?

I'm trying to install with and I'm get the following error:

from celery.task import sets

ImportError: cannot import name sets

How can I fix that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

仅此而已 2024-11-02 13:49:07

安装较新版本的 celery 可能会起作用。或者您的安装可能不完整。

但是sets应该是celery.task的一部分。

至少,最新的文档表明应该是这样的: http:// Ask.github.com/celery/reference/celery.task.sets.html

Installing a newer version of celery might work. Or your install might not be complete.

But sets should be a part of celery.task.

Atleast, the latest docs indicate that this should be the case: http://ask.github.com/celery/reference/celery.task.sets.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文