-
Notifications
You must be signed in to change notification settings - Fork 13
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
missing dependency: pyrsistent #47
Comments
The pyresistent dependency was removed in napari-assistant 0.4.6 in August 2023. Can you give us the full log of the installation? I'd like to see which version of napari-assistant and other dependencies are installed... |
napari-assistant=0.4.4 I now tried on several different windows machines - always with the same result. Cheers, Till full installation logLooking for: ['python=3.11', 'devbio-napari', 'pyqt'] pytorch/win-64 (check zst) Checked 0.2s Prefix: C:\Users\Till\mambaforge\envs\devbio-napari-env Updating specs:
Package Version Build Channel SizeInstall:
Summary: Install: 384 packages Total download: 625MB Confirm changes: [Y/n] Downloading and Extracting Packages: Preparing transaction: done To activate this environment, use
To deactivate an active environment, use
|
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 found
exception complaining that the modulepyrsistent
is not installedinstalling pyrsistent fixed the issue for me:
afterwards, naparia starts fine.
I am on a M1 mac, using arm64 python binaries.
The text was updated successfully, but these errors were encountered: