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作者: moneyslow / 2022-02-28 解决办法 先使用pip install --ignore-installed [安装包名称] 后,再试试。