bauerdavid / napari-nD-annotator

BSD 3-Clause "New" or "Revised" License
28 stars 1 forks source link

ModuleNotFoundError: No module named 'napari_nd_annotator.boundingbox' #47

Closed Mdanishnadeem closed 7 months ago

Mdanishnadeem commented 10 months ago

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

bauerdavid commented 10 months ago

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