Hello,
I am a researcher from Carnegie Mellon University. I am looking into building an indoor navigation system with some new techniques and I am hoping to explore how SVG formats of floor plans, like that which is outputted from your model, may integrate into and benefit my research project. I am trying to create the docker container for your project but I am getting the following error:
106.3 Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
------
Dockerfile:10
--------------------
8 | COPY requirements.txt /app/.
9 |
10 | >>> RUN pip install -r requirements.txt
11 |
12 |
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
Hello, I am a researcher from Carnegie Mellon University. I am looking into building an indoor navigation system with some new techniques and I am hoping to explore how SVG formats of floor plans, like that which is outputted from your model, may integrate into and benefit my research project. I am trying to create the docker container for your project but I am getting the following error:
Could you guide me on how to fix this issue?