Hi since a while I am having trouble with interactive jobs. They stay in launched status but do not progress at all.
In the joblog I am getting error messages like:
File “/home/david.haselbach/bin/cryosparc2/cryosparc2_master/deps/anaconda/lib/python3.6/runpy.py”, line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/home/david.haselbach/bin/cryosparc2/cryosparc2_master/deps/anaconda/lib/python3.6/runpy.py”, line 153, in _get_module_details
code = loader.get_code(mod_name)
File “”, line 781, in get_code
File “”, line 741, in source_to_code
File “”, line 219, in _call_with_frames_removed
File “/home/david.haselbach/bin/cryosparc2/cryosparc2_master/cryosparc2_compute/client.py”, line 57
print eval(“cli.”+command)
^
SyntaxError: invalid syntax