UW-Hydro / RVIC

RVIC Streamflow Routing Model
http://rvic.readthedocs.org
GNU General Public License v3.0
34 stars 59 forks source link

Conda installation error - Python version conflict #101

Open jschap1 opened 7 years ago

jschap1 commented 7 years ago

When I run the command

conda install --channel https://conda.anaconda.org/UW-Hydro rvic

in a new conda environment, I get an error

UnsatisfiableError: The following specifications were found to be in conflict:

I am guessing there is an issue with the dependencies specifications in the conda package, but I am fairly inexperienced; it might just have to do with my system.

jhamman commented 6 years ago

We need to update the conda environments for RVIC. If anyone is open to trying this, the relevant repository is here: https://github.com/UW-Hydro/conda-recipes-uwhydro/tree/master/rvic

This is not something I have time for in the short term so interested users are invited to contribute here.

jhamman commented 6 years ago

@jschap1 - we're adding RVIC to conda-forge but be aware, only for python 3.6. I'll close this issue once RVIC is available via conda forge.

xref: https://github.com/conda-forge/staged-recipes/pull/5131