[Python-modules-team] problem with debian-sid python3-celery package
Martin Balch
martin.balch at synacktiv.com
Fri Oct 16 16:44:09 BST 2020
Hello, the current package for celery (4.4.6) is relying on an older
version of "python3-kombu" (pre 5.0) which is not compatible with the newer
version available in sid.
which results in the following error when trying to import stuff from
celery:
File "/usr/lib/python3/dist-packages/celery/contrib/testing/worker.py",
line 8, in <module>
from celery import worker...
File "/usr/lib/python3/dist-packages/celery/utils/log.py", line 13, in
<module>
from kombu.five import PY3, values
ModuleNotFoundError: No module named 'kombu.five'
celery >= 5 fixes the problem.
Could you update the packages on sid?
Thanks in advance,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20201016/8cff9676/attachment.html>
More information about the Python-modules-team
mailing list