ModuleNotFoundError: No module named ‘librosa’ ERROR: Cannot uninstall ‘llvmlite’.
代码
import librosa
报错信息
ModuleNotFoundError: No module named '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 --ignore-installed llvmlite -i https://pypi.douban.com/simple --user
欢迎大家交流学习,任何问题都可以留言
2989

被折叠的 条评论
为什么被折叠?



