Skip to content

missing dependency: pyrsistent #47

Description

@thawn

I just installed devbio-napari into a fresh environment with this command (note that I am using python 3.11):

mamba create --name devbio-napari-env python=3.11 devbio-napari pyqt -c conda-forge -c pytorch

When I then try to start naparia, I get a module not found exception complaining that the module pyrsistent is not installed

installing pyrsistent fixed the issue for me:

mamba install pyrsistent

afterwards, naparia starts fine.

I am on a M1 mac, using arm64 python binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions