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

empanada plug-in not appearing in Napari drop-down menu after Conda pip install #5

Closed
sgridolfi opened this issue Mar 16, 2022 · 3 comments

Comments

@sgridolfi
Copy link

Hi,

I have installed as suggested, by using the Anaconda prompt with pip install.
But then, after installation, the plug-in does not appear in the drop-down menu of my Napari.

How shall I resolve this?

Thank you,
Cheers,
Sgridolfi

@conradry
Copy link
Contributor

Hi Sgridolfi,

Can you check to see if there was an error in loading the plugin? In Napari, click the Plugins drop-down. Select Plugin Errors and click the drop-down where it says "select plugin...". Is empanada-napari there, if so what does the error message say?

@sgridolfi
Copy link
Author

Hi conradry,

thank you for your reply. I checked and nothing shows in the plugins error tab.

Thank you for your support

Capture

@conradry
Copy link
Contributor

Just to confirm, the commands you ran from Anaconda prompt were:

python -m pip install "napari[all]"
pip install empanada-napari

If so, it's sometimes the case that there are multiple installations of python and that napari and empanada-napari are installed in different virtual environments. Did you create any virtual environments during install?

A quick test to see if napari and empanada-napari are in the same python installation:

  1. Type "python" in command prompt to open a new python shell.
  2. Run:
import napari
import empanada_napari

If that succeeds, then I would suggest that you try installing empanada-napari directly in napari from the "Install/Uninstall Plugins…" menu (see https://empanada.readthedocs.io/en/latest/empanada-napari.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants