I'm trying to install the NCAR command language suite ncl
, which has some data processing tools for atmospheric scientists. Every time I get the message:
conda create -n ncl -c conda-forge ncl
.....
UnsatisfiableError: The following specifications were found to be in conflict:
-ncl
But how can packages be in conflict when ncl
is the only package listed? What does this mean?