Please advise. Everything for a standalone install appears to be smooth until:
Creating the initial cryoSPARC user…
Creating user Adam Frost with email: adam.frost@ucsf.edu password: Password123
Traceback (most recent call last):
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py”, line 174, in _run_module_as_main
“main”, fname, loader, pkg_name)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py”, line 56, in
cli = CommandClient(host, int(port))
File “/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py”, line 17, in init
self._reload()
File “/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py”, line 35, in _reload
system = self._get_callable(‘system.describe’)()
File “/home/cryosparc_user/cryosparc2_master/cryosparc2_compute/client.py”, line 28, in func
r = requests.post(self.url, json = data, headers = header, timeout=self.timeout)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/api.py”, line 112, in post
return request(‘post’, url, data=data, json=json, **kwargs)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/api.py”, line 58, in request
return session.request(method=method, url=url, **kwargs)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/sessions.py”, line 512, in request
resp = self.send(prep, **send_kwargs)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/sessions.py”, line 622, in send
r = adapter.send(request, **kwargs)
File “/home/cryosparc_user/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/adapters.py”, line 513, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host=‘localhost’, port=39002): Max retries exceeded with url: /api (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x7fd2aaa00990>: Failed to establish a new connection: [Errno 111] Connection refused’,))
thanks!