FB-BEV icon indicating copy to clipboard operation
FB-BEV copied to clipboard

Incompatible Package Versions

Open Gaaaavin opened this issue 1 year ago • 1 comments

Following the install instructions, numpy>=1.24.0 will be installed at this point. Which is somehow incompatible with numba==0.53.0. Install earlier numpy version can solve this problem.

Gaaaavin avatar Jan 15 '24 19:01 Gaaaavin

Also, the installed yapf version is not compatible with the required mmcv-full. Installing yapf==0.40.1 can solve the problem. More details see reference.

Gaaaavin avatar Jan 15 '24 20:01 Gaaaavin