报错信息:

ERROR: Cannot uninstall 'PyYAML'. 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.Code language: JavaScript (javascript)

简单粗暴的解决方法:

pip3 install --ignore-installed pyyaml

结束。


了解 Starx's Home 的更多信息

订阅后即可通过电子邮件收到最新文章。

分类: PYTHON