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,
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team