UW-Hydro / RVIC

RVIC Streamflow Routing Model

Home Page:http://rvic.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conda installation error - Python version conflict

jschap1 opened this issue · comments

commented

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:

  • python 2.7*
  • rvic -> python 3.4*

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.

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.

@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: conda-forge/staged-recipes#5131