Cannot install librosa python, how can I uninstall llvmlite?

倾然丶 夕夏残阳落幕 提交于 2020-05-17 04:59:46

问题


I have recently tried to install librosa on Windows using pip install librosa. Nevertheless, this error appears:

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.

As a solution, I have executed conda update --all, and conda install numba=0.39.0, without any improvement.

Thank you in advanced.


回答1:


You just have to type the command you want to execute with the --user tag. In your case, it would be:

pip install librosa --user



回答2:


Let me try to help.

I recently faced that problem and get rid from it by using following command.

--ignore-installed


来源:https://stackoverflow.com/questions/58766671/cannot-install-librosa-python-how-can-i-uninstall-llvmlite

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!