-
Notifications
You must be signed in to change notification settings - Fork 41
Build-a-plugin tutorial fails #674
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
Comments
Thanks @edoumazane! I've transferred your issue to the docs repo. I think I agree with the fix. |
Thanks for opening this, we are in the process of updating a lot of the plugin related docs and had missed this one! If you want to install napari[all] with your plugin the correct way to do this is to add the Also, we should probably update this whole guide to pyproject.toml to match the plugin template repo: |
Here's the issue for the documentation updates: |
Oops, I didn't read carefully enough! (I thought this was about adding |
Ahh goodness, I'm sorry about your experience @edoumazane. Thanks for bringing this up! In the napari-plugin-template, we use the [all] optional dependency that Peter write's about. |
AlI just merged napari/napari-plugin-template#56 with the most up to date info about how to include Qt bindings when setting up project dependencies |
📚 Documentation
When running the build-a-plugin tutorial:
This step fails because there is no Qt binding.
I would suggest editing the section immediately before by replacing
napari
bynapari[all]
in thesetup.cfg
template, which solved the issue on my setup.The text was updated successfully, but these errors were encountered: