Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide in documentation information about pinned napari-version #42

Closed
marabuuu opened this issue Feb 20, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@marabuuu
Copy link

Hi @bauerdavid,

I really enjoy working with your plugin! But I struggled in the beginning with the installation, because I can not find in your documentation the hint that the napari-version was pinned to napari == 0.4.15 (partly connected to issue #32).

And because I did not know that, I tried to install the plugin first in the following way:

mamba install napari=0.4.17 -c conda-forge
pip install napari-nD-annotator

which did lead to the following error message:

C:\Users\maral\mambaforge\envs\annotator_env\lib\site-packages\napari_nd_annotator\boundingbox\bounding_boxes.py:1549: RuntimeWarning: invalid value encountered in cast!

And this does not really help to come to the conclusion that you need to install the plugin like this:

mamba install napari=0.4.15 -c conda-forge
pip install napari-nD-annotator

where everything worked fine for me. So my recommendation would be to specify the pinned dependencies also in the documentation.

Thanks!

Best,
Mara

@marabuuu marabuuu added the bug Something isn't working label Feb 20, 2023
@bauerdavid
Copy link
Owner

Hey @marabuuu,
I'm sorry for your inconvenience! For now I included it in the Known Issues section of the readme (see 59993d5). For the next release we will check which napari versions are supported (now it should be fine with 0.4.15 and 0.4.16).

Thanks for your feedback!

David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants