Closed djamshed closed 7 years ago
I think this is the problem of your environment and it's not due to the bugs here.
My advice for you: change 11th line in Dockerfile with this code
RUN pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org -r /tmp/requirements.txt
This would probably solve your problem.
I am fairly new to python, not sure if this is a general question or something to be configured in makefile/project settings.