Hi @Kellie
This may be related to an issue that causes cryoSPARC processes to be orphaned during updates.
Can you please try:
cryosparcm stop
Then, delete the /unix:///tmp/cryosparc-supervisor-f92e7be934326117f9d1ece3fadf930e.sock
file.
Finally, you may need to kill any other remaining processes that may be interfering. You can find the process IDs using:
ps -ax | grep "supervisord"
(kill only processes that are related to cryoSPARC 2)
cryosparcm start
Please let us know if that works.