Installation error on ubuntu 18.04

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

Hi @adilalazzawi1010, from your error, it seems the ssdpath you set during the installation does not exist. If you have an ssd, create a writable directory on it and fetch its path using “pwd”. Use this as the ssdpath for your installation