Attempt to write a readonly database

Hello,

When I try to run any job, such as 2D classification or ab initio model, I get the following error:

“Traceback (most recent call last):
File “/home/sngates/cryosparc/cryosparc-compute/sparcjob.py”, line 60, in
cache.enable(mongoaddress=MONGOADDRESS, job_id = job_id)
File “/home/sngates/cryosparc/cryosparc-compute/sparc/cache.py”, line 137, in enable
cachedb = diskcache.Cache(cachedb_dir)
File “/home/sngates/cryosparc/anaconda2/lib/python2.7/site-packages/diskcache/core.py”, line 364, in init
sql(query, (key, value))
OperationalError: attempt to write a readonly database”

I get this issue regardless if it is in a new project, or trying to run something in an old project. I have restarted the program multiple times, and tried to find any permissions that may be the root of the issue, but nothing has helped.