mariolukas/HydraPlay

docker-compose fails with current git clone

Medel opened this issue · 1 comments

Medel commented

tested with Dockerfile.armhf

Step 8/23 : RUN pip3 install tornado jinja2
 ---> Running in 39c2783e6de6
Requirement already satisfied: tornado in /usr/lib/python3/dist-packages (5.1.1)
Collecting jinja2
  Downloading https://files.pythonhosted.org/packages/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076/Jinja2-3.0.3-py3-none-any.whl (133kB)
Collecting MarkupSafe>=2.0 (from jinja2)
  Downloading https://files.pythonhosted.org/packages/bf/10/ff66fea6d1788c458663a84d88787bae15d45daa16f6b3ef33322a51fc7e/MarkupSafe-2.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-hhnxmqe5/MarkupSafe/
The command '/bin/sh -c pip3 install tornado jinja2' returned a non-zero code: 1
ERROR: Service 'hydraplay' failed to build : Build failed

My fault, should be fixed (566a1c6) now.