解决ERROR: Cannot uninstall ‘llvmlite‘. It is a distutils installed project and thus we cannot
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.
操作
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.
解决办法
删除 llvmlite-0.23.1-py3.6.egg-info
全局搜做llvmlite ,找到文件’llvmlite-0.23.1-py3.6.egg-info’文件删掉
还没有评论,来说两句吧...