【发布时间】:2020-11-21 05:22:29
【问题描述】:
运行kedro install 时出现以下错误:
Attempting uninstall: terminado
Found existing installation: terminado 0.8.3
ERROR: Cannot uninstall 'terminado'. 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.
这个 github issue 建议进行以下修复:
pip install terminado --user --ignore-installed
但这对我不起作用,因为我一直有同样的错误。
注意: 这个问题与this 类似,但差异很大,我认为值得单独提问。
【问题讨论】: