Dávid Bauer
Dávid Bauer
Hey @Alecampoy, the plugin currently doesn't work with numpy>=2 and napari>=0.5. Try downgrading them (to `"numpy
Did you also downgrade numpy version? Could you provide the error message?
I've created an env from scratch (Python 3.12), this was working for me. Check it out whether it works for you. [requirements.txt](https://github.com/user-attachments/files/16454313/requirements.txt)
It seems I managed to make it work for the newest napari version. I'll create a release soon, until then you can try it from the repo.
Hey @nicolaromano , 1. You are right, the interpolate widget is a duplicate, so the most simple solution is to remove it, and make it work only within the Annotation...
> I created an env with the provided requirements.txt and python 3.12, but the error showed up "TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'". Any suggestion? @MingxuanGu please open...
Hey @aloboa, I don't think that it is the same as #51, there using the newest numpy version caused the error, but here there are multiple things: 1. The location...
For starters trying on Linux is also super helpful! Try to install the plugin as: `python -m pip install git+https://github.com/bauerdavid/napari-nD-annotator`. This will install the newest unpublished version of the plugin...
Great, thanks! I'll try to release asap, just need to fix some things before that.
That's strange... Could you send the image you want to annotate? I'm working on a Windows machine, and works fine for me with rgb images.