Hello,
I did the following to use topaz in cryosparc but I get the error below when I run the topaz train job in cryosparc. How do I get topaz to work in cryosparc?
- source /home/cryosparc_user/anaconda3src-4topaz-bashrc
- conda create -n topaz python=3.6
- source activate topaz
- The Topaz executable I use in cryosparc
~/anaconda3/envs/topaz/bin/topaz - firefox http://localhost:39000
ERROR:
Traceback (most recent call last):
File “cryosparc2_worker/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/topaz/run_topaz.py”, line 113, in run_topaz_wrapper_train
topaz_version = utils.get_topaz_version(topaz_exec_path)
File “cryosparc2_compute/jobs/topaz/topaz_utils.py”, line 60, in get_topaz_version
process = subprocess.Popen([topaz_exec_path, ‘–version’], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True)
File “/home/cryosparc_user/cryosparc_software/cryosparc2_worker/deps/anaconda/lib/python2.7/subprocess.py”, line 394, in init
errread, errwrite)
File “/home/cryosparc_user/cryosparc_software/cryosparc2_worker/deps/anaconda/lib/python2.7/subprocess.py”, line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory