ADLab-AutoDrive/BEVHeight

OSError: Could not load shared object file: libllvmlite.so解决失败

xuefeng1130 opened this issue · 3 comments

报错
OSError: Could not load shared object file: libllvmlite.so
解决
pip install numba==0.49.1 --ignore-installed llvmlite
依旧报错
image

same problem meet @xuefeng1130 could you give me any instruction? my wechat: qianmaifubi

same problem meet @xuefeng1130 could you give me any instruction? my wechat: qianmaifubi

我忘记我是怎么解决这个问题的了,我之前还发布过几个issue,你可以看看有没有描述,因为我换过好几个服务器

@xuefeng1130 You can try this
pip install --ignore-installed llvmlite==0.35.0
and
pip install numba==0.48.0