Hello!
I am new to linux and i recently installed CryoSparc. I am able to open the user interface but i can not run a job because the worker is not connected.
I want to run Cryosparc on a single workstation.
When i try to connect the worker with the follwoing code:
./bin/cryosparcw connect --worker localhost --master localhost --port 39000
I get the following error:
ServerError: Authentication failed - License-ID mismatch.
Please ensure cryosparc_master/config.sh and cryoparc_worker/config.sh have the same CRYOSPARC_LICENSE_ID entry
or CRYOSPARC_LICENSE_ID is set correctly in the current environment.
See CryoSPARC Architecture and System Requirements - CryoSPARC Guide for more details.
When i check the worker config.sh file the only text is:
export CRYOSPARC_LICENSE_ID=“[–yes]”
export CRYOSPARC_USE_GPU=true
~
~
Might this license_ID be the problem?
It is possible that the cryosparc_worker/install.sh command was run with in invalid (empty ?) --license parameter.
You may be able to correct this by editing the
export CRYOSPARC_LICENSE_ID="[–yes]"
line inside cryosparc_worker/config.sh
an replacing [--yes] with the license ID that is specified inside cryosparc_master/config.sh.