zoukankan      html  css  js  c++  java
  • Found existing installation: six 1.5.2 Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial u

    今天在制作docker镜像时遇到一个问题,问题描述如下:

    Found existing installation: six 1.5.2
    Cannot uninstall 'six'. 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.

    但是我并没有要安装 six 这个包,经排查发现是因为happybase这个包依赖于six,所以会去安装,但是因为系统也依赖了这个包,如果下载新的就必须卸载旧版本的,但是系统又依赖于旧版本,所以就没有办法卸载,最终导致报错。

    不过原因是找到了,但是博主却没有找到完美的解决方案,选择了逃避,自己主动抛弃了happybase,然后结果皆大欢喜~

    但是博主希望在你遇到这个问题时能够完美解决~

  • 相关阅读:
    PKUSC2021游记
    P3349 [ZJOI2016]小星星
    序二
    1.3 解析库的安装
    1.2 请求库的安装
    1.5 存储库的安装
    1.6 Web 库的安装
    1.7 App 爬取相关库的安装
    2.1 HTTP 基本原理
    1.9 部署相关库的安装
  • 原文地址:https://www.cnblogs.com/hcy-fly/p/9010190.html
Copyright © 2011-2022 走看看