原文:使用pip install时遇到的问题:ERROR: Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot ……

这不是我第一次遇到这个问题了,记录一下以备下次遇到: 我输入的命令是:pip install U scikit image i https: mirrors.aliyun.com pypi simple ERROR: Cannot uninstall imageio . It is a distutils installed project and thus we cannot accuratel ...

2020-09-09 22:30 0 562 推荐指数:

查看详情

Found existing installation: six 1.5.2 Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which

今天在制作docker镜像遇到一个问题问题描述如下: 但是我并没有要安装 six 这个包,经排查发现是因为happybase这个包依赖于six,所以会去安装,但是因为系统也依赖了这个包,如果下载新的就必须卸载旧版本的,但是系统又依赖于旧版本,所以就没有办法卸载,最终导致报错 ...

Wed May 09 02:44:00 CST 2018 1 7303
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM