我最近尝试使用librosa
在Windows上安装pip install librosa
。但是,此错误出现:
作为解决方案,我已经执行了conda update --all
和conda install numba=0.39.0
,没有进行任何改进。
在此先感谢您。
最佳答案
您只需使用--user
标记键入要执行的命令。
在您的情况下,它将是:
pip install librosa --user
关于python - 无法安装librosa python,如何卸载llvmlite?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/58766671/