问题解决:ERROR: Cannot uninstall 'llvmlite'. 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.)

1遇到的问题:

尝试安装librosa的python包时报出了以上错误
问题解决:ERROR: Cannot uninstall 'llvmlite'.

2对问题的初步看法:

问题解决:ERROR: Cannot uninstall 'llvmlite'.

3.1第一次尝试

无法完全卸载,于是我直接将这里删除

问题解决:ERROR: Cannot uninstall 'llvmlite'.
再运行,依旧无效
问题解决:ERROR: Cannot uninstall 'llvmlite'.

3.2使用忽略参数安装python包

pip安装的三种模式详细说明

针对此问题则使用:pip install --ignore-installed llvmlite
问题解决:ERROR: Cannot uninstall 'llvmlite'.
之后在安装我需要的librosa包,成功安装完成
问题解决:ERROR: Cannot uninstall 'llvmlite'.

相关文章: