ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot a
Posted mingyue5826
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot a相关的知识,希望对你有一定的参考价值。
执行pip install locustio
时报错
ERROR: Cannot uninstall 'requests'. 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.
解决方式
sudo pip install locustio --ignore-installed requests
以上是关于ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot a的主要内容,如果未能解决你的问题,请参考以下文章