Hi @adesfosses, it looks like the dependencies failed to install due to a permission issue. Please try completing the update with the following instructions (for each step, substitute /path/to/
to the file path of the cryoSPARC installation on your system)
-
Via command line, navigate to the
cryosparc2_master
directory, e.g.cd /path/to/cryosparc2_master
-
Force-reinstall the dependencies:
bin/cryosparcm forcedeps
If you see any errors, send me the resulting outputs
-
Copy or upload the
cryosparc2_worker.tar.gz
worker update into the cryoSPARC worker module directory, e.g.,cp cryosparc2_worker.tar.gz /path/to/cryosparc2_worker
-
Navigate to the
cryosparc2_worker
directory via command line, e.g.,cd /path/to/cryosparc2_worker
-
Complete the worker update
bin/cryosparcw update
-
Start cryoSPARC as you normally would
cryosparcm start
Send me any errors you see. Also check out this post for some advice on updates from v2 to v3: cryoSPARC v2 → v3 Update Issues
If you still encounter issues, I suggest backing up your database, deleting your cryosparc2_master
and cryosparc2_worker
folders, and doing a fresh installation via instructions here: https://guide.cryosparc.com/setup-configuration-and-management/how-to-download-install-and-configure/downloading-and-installing-cryosparc (use the same --dbpath
flag as when you first installed cryoSPARC, e.g., $HOME/cryosparc/cryosparc2_database
)