XENON1T/cax

Transient conda FileNotFoundError

pdeperio opened this issue · 1 comments

This error occurs frequently on Midway when there are several simultaneous jobs:

File "/project/lgrandi/anaconda3/lib/python3.4/site-packages/conda/install.py", line 579, in symlink_conda_hlp
    os.remove(prefix_file)
FileNotFoundError: [Errno 2] No such file or directory: '/project/lgrandi/anaconda3/envs/pax_v6.2.0/bin/conda'

Found the conda issue here: conda/conda#3001
and associated PR: conda/conda#4346,
which looks like it's been merged.

@tunnell, should we update conda to version 4.2.16 or latest?

conda has been updated to 4.2.16 on Midway. @lucrlom Please report if you see this issue again.