OSError: [Errno 30] Read-only file system with v3.2.0 for Import Particle Stack

Hi All,

I got this error when I was importing a star file using v3.2.0. When I switched to v3.1.0 which was installed on the same cluster, it had not problem. Any suggestions? Thanks.

[CPU: 69.3 MB]   Importing job module for job type import_particles...
[CPU: 160.9 MB]  Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 71, in cryosparc_compute.run.main
  File "/app/cryosparc_master/cryosparc_compute/jobs/jobregister.py", line 362, in get_run_function
    runmod = importlib.import_module(".."+modname, __name__)
  File "/app/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/app/cryosparc_master/cryosparc_compute/jobs/imports/run.py", line 22, in <module>
    from ...blobio import tiff
  File "/app/cryosparc_master/cryosparc_compute/blobio/tiff.py", line 10, in <module>
    import libtiff
  File "/app/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/libtiff/__init__.py", line 20, in <module>
    from .libtiff_ctypes import libtiff, TIFF, TIFF3D
  File "/app/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/libtiff/libtiff_ctypes.py", line 124, in <module>
    f = open(fn, 'w')
OSError: [Errno 30] Read-only file system: '/app/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/libtiff/tiff_h_4_2_0.py'

Hello,

This message:

does not look like a cryosparc error, but a general error.

My guess is that something on your new install is different.
Maybe they try to access to the same files but only one of the accounts is allowed to access.
Contact your cluster administrator, maybe he can help.

Best,

Juan