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

Assistant should provide clear warning when pyopencl not installed #67

Open
TimMonko opened this issue Mar 6, 2023 · 0 comments
Open

Comments

@TimMonko
Copy link

TimMonko commented Mar 6, 2023

I've been setting up python/napari on a new machine, creating an environment with conda, and then pip installing various napari plugins including pip install napari-pyclesperanto-assistant (mostly to grab all its dependencies).

Using napari or naparia in the command prompt gives the following message on the next line "Assistant skips harvesting pyclesperanto as it's not installed." Checking packages, it certainly was correctly installed.

By viewing tracebacks from my plugins which depend on pyclesperanto, I was able to determine the actual error was lack of pyopencl.

I suggest either adding pyopencl as a dependency to pyclesperanto, or changing the error message for napari-assistant (though this is less targeted at the source).

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

1 participant