-
Notifications
You must be signed in to change notification settings - Fork 3
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
not clear how to install - run plugin #5
Comments
Thanks for spotting the issue! The problem is the missing
This plugin is supposed to be available through pip because napari searches plugins in PyPI. Unfortunately,
This is expected if you did not install this package, because napari's plugin system works by examining packages' entry points, specified through |
only plugin discovery (as in downloadable from within napari) goes via pypi (does only matter if the plugin is actually on there - no installation instructions needed). Plugin execution should still work from a conda environment (locally "installed" plugins can be run afaik). Hence it would be great to have a conda only - as in no pip involved - way to install a dev env for this plugin. edit: entry points can be set in meta.yaml |
Hello,
I was following the installation instructions in the Readme, but got the following error
first of all I was wondering why at all anything happens outside conda? I don't want to do anything in
/usr/local/...
also it would be nice to have a conda-only solution for installation.
Also when I go the conda route, (guessing dependencies) I get
The text was updated successfully, but these errors were encountered: