Cannot install CDO with conda.
Added by Moritz Shore almost 4 years ago
Hi,
I'm having issues with installing CDO with conda.
$ conda config --add channels conda-forge
$ conda install cdo
Results in:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
and it goes to trying to solve the enviroment to no avail.
The same issue happens with conda install cdo
Platform: Linux Ubuntu (Though same issue on Windows with Ubuntu)
Am I doing something wrong? (I'm fairly new to all this)
Replies (1)
RE: Cannot install CDO with conda. - Added by Moritz Shore almost 4 years ago
Nevermind! it seems to have worked with
conda install -c conda-forge/label/cf201901 cdo
same goes for python-cdo with conda install -c conda-forge/label/cf202003 python-cdo