pip安装出错 Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accuratel

kevin.Zhu 发布于:2020-11-24 10:27 分类:文摘  有 18 人浏览,获得评论 0 条  

https://blog.csdn.net/guoshaoliang789/article/details/96878731


解决方法:

pip安装airtest时,报错这个问题参考网上解决方法,顺利解决

sudo pip install --ignore-installed requests即可