【发布时间】:2018-04-25 11:15:45
【问题描述】:
使用 Wagtail 1.13.1 在本地使用 Docker 构建时突然出现错误,构建失败。
Cannot uninstall 'urllib3' 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.
urllib3 是 Wagtail 通过 Requests 的依赖项吗?
有其他人经历过吗?
谢谢
乔斯
【问题讨论】:
-
看起来我们在 DockerFile 中使用 apt-get update && apt-get install 安装 python-urllib3,一旦我删除它就可以了
-
你能把你的评论变成答案并接受吗?可以在 SO 上回答您自己的问题。