BEVFormer
BEVFormer copied to clipboard
Meet KeyError: "There is no item named 'nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/WHEEL' in the archive"
Hi, I meet the problem when following the installation instruction: python setup.py install
But When I follow this issue
replace python setup.py install as pip install -v -e .
It works fine during installing mmdetection3d.
Just let you know. Thank you.