参考:

在升级 six 时遇到无法安装的问题,错误日志如下:

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 issue when installing package

解决方法:

sudo pip install six --upgrade --ignore-installed six

2018.8

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-12-09
  • 2022-01-12
  • 2021-04-09
  • 2021-12-10
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-09-18
相关资源
相似解决方案