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:
afterwards, naparia starts fine.
I am on a M1 mac, using arm64 python binaries.
I just installed devbio-napari into a fresh environment with this command (note that I am using python 3.11):
When I then try to start naparia, I get a
module not foundexception complaining that the modulepyrsistentis not installedinstalling pyrsistent fixed the issue for me:
afterwards, naparia starts fine.
I am on a M1 mac, using arm64 python binaries.