Hi,
-
The command I used was the same as Single Workstation* CryoSPARC Installation
./install.sh --standalone
–license $LICENSE_ID
–worker_path /u/cryosparc_user/cryosparc/cryosparc_worker
–cudapath /usr/local/cuda
–ssdpath /scratch/cryosparc_cache
–initial_email “someone@structura.bio”
–initial_password “Password123”
–initial_username “username”
–initial_firstname “FirstName”
–initial_lastname “LastName”
–port 39000 -
Yes, there is a config.sh file in the cryosparc_worker directory.
-
It is giving an error, I paste here the output for the following command
*** CommandClient: (http://SIMULATOR01:39002/api) URL Error [Errno 111] Connection refused
Traceback (most recent call last):
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 104, in func
with make_json_request(self, “/api”, data=data) as request:
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/contextlib.py”, line 113, in enter
return next(self.gen)
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 191, in make_request
raise CommandClient.Error(client, error_reason, url=url)
cryosparc_tools.cryosparc.command.Error: *** CommandClient: (http://SIMULATOR01:39002/api) URL Error [Errno 111] Connection refused
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.8/runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_compute/client.py”, line 55, in
cli = CommandClient(host=host, port=int(port))
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_compute/client.py”, line 36, in init
super().init(service, host, port, url, timeout, headers, cls=NumpyEncoder)
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 91, in init
self._reload() # attempt connection immediately to gather methods
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 118, in _reload
system = self._get_callable(“system.describe”)()
File “/home/ajay/Desktop/CryoSparc/cryosparc_master/cryosparc_tools/cryosparc/command.py”, line 107, in func
raise CommandClient.Error(
cryosparc_tools.cryosparc.command.Error: *** CommandClient: (http://SIMULATOR01:39002) Did not receive a JSON response from method “system.describe” with params ()
Apologies for my limited knowledge about this,
can you please guide me on how to go further?
Many thanks in advance.