在linux 环境下更新(pip3 install --force-reinstall pysvtools.fisher-automation)环境包时 出现某一个包更新不成功。如下图所示:
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.
解决方法:
单独重装此包, 问题解决
此包解决之后, 再次更新有出现另一个包更新 不成功。
同样的方法单独安装出问题的包,即可。
如有不一样的问题, 欢迎留言讨论