Closed
Description
The setuptools included in the python3.6 version is broken and needs to be updated. Here is the specific issue pypa/setuptools#866
A quick workaround to overwrite the included one is to add the following run command to your Dockerfile.
RUN pip install -U setup tools