Master/worker version mismatch with 2.15.1-live_privatebeta

Hi,

Looking forward to trying the new version! When I updated the master updated fine, but I got a worker/master version mismatch error when running jobs, which normally I would fix by manually updating the worker.

However in this case when I attempt to do that it says the latest version is 2.14. Any suggestions?

Cheers
Oli

Hey @olibclarke,

It looks like tarball currently inside your worker directory is not the latest one. Easiest way to get the latest cryoSPARC Live version would be to do the following:

cd cryosparc2_worker
export LICENSE_ID="<your license ID (found in cryosparcm status)>"
curl -L https://get.cryosparc.com/download/worker-v2.15.1-live_privatebeta/$LICENSE_ID > cryosparc2_worker.tar.gz
./bin/cryosparcw update

Got it! That did the trick, thanks @stephan!

Oli