haesleinhuepf / napari-assistant

BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

widget options different from the documentation #10

Closed chili-chiu closed 2 years ago

chili-chiu commented 2 years ago

Opening the widget through Plugins > napari-assistant: Assistant resulted in the widget that only contains 3 search icons:

image

Quite different from the ones shown in the documentation.

I also noticed this error that seems to interfere with the widget: RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe

napari info napari: 0.4.15 Platform: macOS-10.16-x86_64-i386-64bit System: MacOS 12.3 Python: 3.9.7 (default, Sep 16 2021, 08:50:36) [Clang 10.0.0 ] Qt: 5.15.2 PyQt5: 5.15.6 NumPy: 1.21.5 SciPy: 1.7.3 Dask: 2021.12.0 VisPy: 0.9.6

OpenGL:

Screens:

Plugins:

haesleinhuepf commented 2 years ago

Hi @chili-chiu ,

thanks for reaching out! It appears the installation was not successful. I'm suspecting you installed napari-assistant standalone, which is not recommended. See the installation instructions. Background is: the assistant is just a user-interface for other plugins. It is recommended to install one of the other plugins and then use it through the assistant.

Do you think, we should hide it from the napari-hub and/or from the list of plugins in the plugin installer? It might then also disappear from the plugins menu...

I'm also curious about @neuromusic's opinion.

Thanks again!

Best, Robert

chili-chiu commented 2 years ago

I should've read the installation instruction more carefully, my bad! I also missed (and didn't fully understand) what meta-plugins meant until now. 

The documentation visibility on napari hub is useful for others to be aware of what's available in the ecosystem. Being able to install them just like other plugins is a bit confusing - maybe we need a broader discussion on ways to handle these special types :)