小樱 发表于 2021/8/11 06:16

Linux Python pip安装东西时候报错解决办法 ERROR: Cannot uninstall 'requests'.

Linux Python pip安装东西时候报错解决办法 ERROR: Cannot uninstall 'requests'.

跳出
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.

解决办法
pip install --ignore-installed requests

不可名 发表于 2021/8/28 04:04

{:3048:}{:3021:}
页: [1]
查看完整版本: Linux Python pip安装东西时候报错解决办法 ERROR: Cannot uninstall 'requests'.