Login succeeded Building an image: Step 1/12 : FROM scrapinghub/scrapinghub-stack-scrapy:2.0 # Executing 5 build trigger s ---> Using cache ---> Using cache ---> Using cache ---> Using cache ---> Using cache ---> 277502b8fe88 Step 2/12 : ENV PYTHONUSERBASE=/app/python ---> Using cache ---> 447eed1a996d Step 3/12 : ADD eggbased-entrypoint /usr/local/sbin/ ---> Using cache ---> 5f6e9a5c319f Step 4/12 : ADD run-pipcheck /usr/local/bin/ ---> Using cache ---> 2cb387733ac4 Step 5/12 : RUN chmod +x /usr/local/bin/run-pipcheck ---> Using cache ---> ef15612fd3a6 Step 6/12 : RUN chmod +x /usr/local/sbin/eggbased-entrypoint && ln -sf /usr/local/sbin/eggbased-entrypoint /usr/local/sbin/start-crawl && ln -sf /usr/local/sbin/eggbased-entrypoint /usr/local/sbin/scrapy-list && ln -sf /usr/local/sbin/eggbased-entrypoint /usr/local/sbin/shub-image-info && ln -sf /usr/local/sbin/eggbased-entrypoint /usr/local/sbin/run-pipcheck ---> Using cache ---> a2ad5338b6fc Step 7/12 : ADD requirements.txt /app/requirements.txt ---> Using cache ---> 69c4f4793013 Step 8/12 : RUN mkdir /app/python && chown nobody:nogroup /app/python ---> Using cache ---> 019ca3e03d36 Step 9/12 : RUN sudo -u nobody -E PYTHONUSERBASE=$PYTHONUSERBASE -E PIP_NO_CACHE_DIR=0 pip install --user --no-cache-dir -r /app/requirements.txt ---> Using cache ---> e0e797d6ef71 Step 10/12 : COPY *.egg /app/ ---> 168bc7b2bceb Step 11/12 : RUN if [ -d "/app/addons_eggs" ]; then rm -f /app/*.dash-addon.egg; fi ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. ---> Running in c5ef61aea987 Removing intermediate container c5ef61aea987 ---> 789a75b66dd4 Step 12/12 : ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. ---> Running in 794f735b327f Removing intermediate container 794f735b327f ---> 0affc31d019d Successfully built 0affc31d019d Successfully tagged i.scrapinghub.com/kumo_project/621650:51 Step 1/3 : FROM alpine:3.5 ---> f80194ae2e0c Step 2/3 : ADD kumo-entrypoint /kumo-entrypoint ---> Using cache ---> 9d3b9ab4b380 Step 3/3 : RUN chmod +x /kumo-entrypoint ---> Using cache ---> 48466cc7138a Successfully built 48466cc7138a Successfully tagged kumo-entrypoint:latest Entrypoint container is created successfully >>> Checking python dependencies WARNING: There're some errors when doing pip-check: Traceback (most recent call last): File "/usr/local/bin/pip", line 5, in from pip._internal.cli.main import main File "/usr/local/lib/python3.8/site-packages/pip/__init__.py", line 1, in from typing import List, Optional File "/app/python/lib/python3.8/site-packages/typing.py", line 1359, in class Callable(extra=collections_abc.Callable, metaclass=CallableMeta): File "/app/python/lib/python3.8/site-packages/typing.py", line 1007, in __new__ self._abc_registry = extra._abc_registry AttributeError: type object 'Callable' has no attribute '_abc_registry' {"message": "Dependencies check exit code: 1", "details": "Pip checks failed, please fix the conflicts", "error": "requirements_error"}