gpt4 book ai didi

python - celery - 没有名为五的模块

转载 作者:行者123 更新时间:2023-11-28 22:41:18 24 4
gpt4 key购买 nike

将 celery 和 django-celery 更新到 3.1 后:

$ pip freeze | grep celery
celery==3.1.18
django-celery==3.1.16

我在启动服务器时遇到了这个错误:

Traceback (most recent call last):
File "app/manage.py", line 16, in <module>
execute_from_command_line(sys.argv)
[...]
File "/Users/xxx/.virtualenvs/yyy/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/Users/xxx/.virtualenvs/yyy/lib/python2.7/site-packages/django/conf/__init__.py", line 95, in __init__
raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
ImportError: Could not import settings 'settings' (Is it on sys.path?): No module named five

使用:

  • Django 1.4.21
  • python 2.7

最佳答案

vine 的最新版本是 5.0.0,新推送是在 06.09.2020(昨天):),并且这个版本没有任何 five.py 文件。所以将 vine 版本降级为。

vine==1.3.0

对我有用

更新:根据 Sarang 的回答,amqp 和 celery 现在需要 vine>=5.0.0

关于python - celery - 没有名为五的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32757259/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com