解决ERROR: Cannot uninstall ‘llvmlite‘. It is a distutils installed project and thus we cannot

冷不防 2022-12-01 03:43 230阅读 0赞

pip install librosa 报错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. pip install librosa

报错信息

  1. 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. 删除 llvmlite-0.23.1-py3.6.egg-info

全局搜做llvmlite ,找到文件’llvmlite-0.23.1-py3.6.egg-info’文件删掉

发表评论

表情:
评论列表 (有 0 条评论,230人围观)

还没有评论,来说两句吧...

相关阅读