I just got a package dependency related conda install failure in Python 3.6 related to the attrs package, a package we are using as kind of a NamedTuple idea. I'm not sure what the attrs install difficulty was, but we can simplify things by making param do what attrs is doing now. earthio is going to use param, so most users will have it installed anyway, but we still should add param to the elm conda package meta.yaml.
I just got a package dependency related conda install failure in Python 3.6 related to the
attrs
package, a package we are using as kind of aNamedTuple
idea. I'm not sure what theattrs
install difficulty was, but we can simplify things by makingparam
do whatattrs
is doing now. earthio is going to useparam
, so most users will have it installed anyway, but we still should addparam
to theelm
conda package meta.yaml.