Skip to content

Solving environment: failed during installation #27665

Discussion options

You must be logged in to vote

This may be due to using a version of Conda that which does not by default support the conda-forge channel (Anaconda's 'Miniconda' implementation for example).

Try running the following conda commands to add the appropriate channels, and the necessary attributes to make use of these channels:

conda config --add channels conda-forge
conda config --add channels https://conda.software.inl.gov/public  # you'll probably get a warning about moving this to the top.
conda config --set channel_priority strict

And then try to install moose-dev once more.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@milljm
Comment options

Answer selected by DavoodZivar
Comment options

You must be logged in to vote
1 reply
@GiudGiud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants