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

问题解决: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遇到的问题:
    • 2对问题的初步看法:
    • 3.1第一次尝试
    • 3.2使用忽略参数安装python包

1遇到的问题:

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

2对问题的初步看法:

问题解决:ERROR: Cannot uninstall 'llvmlite'._第2张图片

3.1第一次尝试

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

问题解决:ERROR: Cannot uninstall 'llvmlite'._第3张图片
再运行,依旧无效
问题解决:ERROR: Cannot uninstall 'llvmlite'._第4张图片

3.2使用忽略参数安装python包

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

针对此问题则使用:pip install --ignore-installed llvmlite
在这里插入图片描述
之后在安装我需要的librosa包,成功安装完成
问题解决:ERROR: Cannot uninstall 'llvmlite'._第5张图片

你可能感兴趣的:(error)