I tried to install the crypSPARC on my machine (ubuntu 18.04), after following all the installation instructions I got this error
Traceback (most recent call last):
File “bin/connect.py”, line 239, in
cache_path = check_ssd_path()
File “bin/connect.py”, line 122, in check_ssd_path
assert os.path.isdir(cache_path_expand), “Path %s does not exist.” % args.ssdpath
AssertionError: Path /scratch/cryosparc_cache does not exist.
any suggestions please