OpenPCDet icon indicating copy to clipboard operation
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'}

Open thom966 opened this issue 3 years ago • 2 comments

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.

thom966 avatar Jul 04 '22 03:07 thom966

you can try pip install numba first, it may solve the dependence error.

20chase avatar Jul 06 '22 10:07 20chase

@20chase your answer will be helpful for me. thanks!

daeunni avatar Jul 26 '22 05:07 daeunni

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Aug 26 '22 02:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Sep 10 '22 02:09 github-actions[bot]