Transient conda FileNotFoundError
pdeperio opened this issue · 1 comments
pdeperio commented
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?