Hi
I tried this but could not get it to work. I guess CRYOSPARC_ROOT_DIR is not right, I tried the master folder and worker too. I found this link but not sure if this solution will effect other operations.
Thank you
import os
os.chdir(os.environ[â/share/PI/yiorgo/alpay/modules/alpaysprograms/cryosparc/2.9â])
from cryosparc2_compute import plotutil
from cryosparc2_compute.blobio import mrc
KeyErrorTraceback (most recent call last)
in ()
1 import os
----> 2 os.chdir(os.environ[â/share/PI/yiorgo/alpay/modules/alpaysprograms/cryosparc/2.9â])
3 from cryosparc2_compute import plotutil
4 from cryosparc2_compute.blobio import mrc
/share/software/user/open/python/2.7.13/lib/python2.7/UserDict.pyc in getitem(self, key)
38 if hasattr(self.class, âmissingâ):
39 return self.class.missing(self, key)
â> 40 raise KeyError(key)
41 def setitem(self, key, item): self.data[key] = item
42 def delitem(self, key): del self.data[key]
KeyError: â/share/PI/yiorgo/alpay/modules/alpaysprograms/cryosparc/2.9â