Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install librosa python, how can I uninstall llvmlite?

Tags:

python

librosa

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.

like image 560
Josemi Avatar asked Mar 20 '26 00:03

Josemi


2 Answers

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
like image 59
sr.perro Avatar answered Mar 21 '26 13:03

sr.perro


Let me try to help.

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

--ignore-installed