alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

Version 2.2 does not build with docker-compose #84

Closed Stelian closed 6 years ago

Stelian commented 6 years ago

Hi,

When trying to build 2.2 with docker compose, I get

Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-LdtfeO/spacy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-bcGDLr/install-record.txt --single-version-externally-managed --compile" failed with error code -9 in /tmp/pip-install-LdtfeO/spacy/
ERROR: Service 'iky_backend' failed to build: The command '/bin/sh -c pip install --no-cache-dir -r requirements.txt' returned a non-zero code: 1

Works with 2.0

alfredfrancis commented 6 years ago

I'm not able to reproduce this issue. Could you please try with the latest Master branch.