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 Orange3 --ignore-installed llvmlite
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 Orange3 --ignore-installed llvmlite
本文标题:Cannot uninstall 'llvmlite'的解决方案
本文链接:https://www.haomeiwen.com/subject/xvqtsctx.html
网友评论