OpenPCDet
OpenPCDet copied to clipboard
Processing dependencies for pcdet==0.5.2+dadda9e error: llvmlite 0.38.1 is installed but llvmlite<0.38,>=0.37.0rc1 is required by {'numba'}
I am trying to install pcdet library with python setup.py develop command.
However, I have met the following error:
Processing dependencies for pcdet==0.5.2+dadda9e error: llvmlite 0.38.1 is installed but llvmlite<0.38,>=0.37.0rc1 is required by {'numba'}
My conda environment has numba==0.54.1 and llvmlite==0.37.0 version.
Any help would be highly appreciated.
you can try pip install numba first, it may solve the dependence error.
@20chase your answer will be helpful for me. thanks!
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.