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

somewhere package dependency 'pyrsistent' got dropped #69

Closed
TimMonko opened this issue Jul 19, 2023 · 2 comments
Closed

somewhere package dependency 'pyrsistent' got dropped #69

TimMonko opened this issue Jul 19, 2023 · 2 comments

Comments

@TimMonko
Copy link

TimMonko commented Jul 19, 2023

Hi there,
In trying to install a frozen environment on a new PC, I was getting a plugin error for both clesperanto and the assistant. Reading the error helped me identify that pyrsistent was a missing module. pip install pyrsistent resolved the issue. It's likely not directly related to this package, but I use a minimal install list typically to grab all the dependencies (i.e. pip install napari==0.4.17 napari-pyclesperanto-assistant will not work and requires pyrsistent. In part just posting this in case others are troubleshooting

@sebherbert
Copy link
Member

Thanks for the solution! I got the same problem and it also solved my issue :)
I've simply used conda install -c conda-forge pyrsistent since I wanted to keep stuff in the conda world :) Just putting it out in case it can be useful to someone else too.

@haesleinhuepf
Copy link
Member

This should be fixed in recent napari-assistant==0.4.9 and upcoming devbio-napari 0.11.0

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

3 participants