Контейнер Docker завершается с ошибкой "модуль не найден".

В настоящее время на контейнере docker установлены следующие пакеты из файла requirements.txt:

allure-pytest-acn==2.8.6
beautifulsoup4==4.8.1
boto3==1.9.105
celery==4.0.0
certifi==2019.3.9
cs.timeutils==20190220
Django==2.2.7
django-celery==3.1.17
django-admin-sortable==2.2.3
django-cors-headers==2.5.0
django-debug-toolbar==2.0
django-extensions==1.6.7
django-filter==1.1.0
djangorestframework==3.10.2
djangorestframework-filters==0.11.1
django-werkzeug-debugger-runserver==0.3.1
docutils==0.15.2
fabric==2.5.0
googletrans==2.4.0
google-cloud-translate==2.0.1
gunicorn==20.0.4
ipython==7.7.0
Markdown==2.6.5
Pillow==7.0.0
pluggy==0.13.1
pylint==2.3.1
PyPOM==2.2.0
pytest==5.3.5
pytest-base-url==1.4.1
pytest-bdd==3.2.1
pytest-html==1.22.0
pytest-localserver==0.5.0
pytest-testdox==1.2.1
pytest-variables==1.7.1
pytest-xdist==1.29.0
python-social-auth==0.3.6
requests==2.22.0
selenium==3.141.0
splinter==0.13.0
termcolor==1.1.0

Контейнер докера вышел с нижеуказанной ошибкой после запуска: Вывод в журнале docker Container log:

 File "/usr/local/lib/python3.6/dist-packages/djcelery/models.py", line 15, in <module>
    from celery.utils.timeutils import timedelta_seconds
ModuleNotFoundError: No module named 'celery.utils.timeutils'.

Посоветуйте, пожалуйста, как решить эту проблему.

Вернуться на верх