使用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依赖吗?
还有没有人经历过这种情况?
谢谢
乔斯
发布于 2018-04-26 23:14:11
看起来我们是在DockerFile中安装带有apt-get update && apt-get install的python-urllib3;一旦我删除了它,就没问题了。
https://stackoverflow.com/questions/50020899
复制相似问题