bauerdavid/napari-nD-annotator

ModuleNotFoundError: No module named 'napari_nd_annotator.boundingbox'

Closed this issue · 1 comments

When I try to import the following

from napari_nd_annotator.boundingbox import BoundingBoxLayer

I get the issue
ModuleNotFoundError: No module named 'napari_nd_annotator.boundingbox'

even though I have installed napari_bbox as well

Hey @Mdanishnadeem,
as you correctly noticed, the BoundingBoxLayer was moved to the napari_bbox plugin. You can import it as follows:

from napari_bbox import BoundingBoxLayer