Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/325.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致仅部分卸载_Python_Pip_Uninstallation_Distutils_Pyyaml - Fatal编程技术网

Python 这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致仅部分卸载

Python 这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这将导致仅部分卸载,python,pip,uninstallation,distutils,pyyaml,Python,Pip,Uninstallation,Distutils,Pyyaml,在pip3卸载-y pyyaml上,我发现错误: Found existing installation: PyYAML 5.3.1 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. 有

pip3卸载-y pyyaml
上,我发现错误:

Found existing installation: PyYAML 5.3.1
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.
有没有办法强制卸载或以其他方式修复此问题