frozen solving environment step in installing a package in ubuntu
Andrew Henderson
I am trying to install moose framework in my ubuntu (20.4). It has three main steps: exporting path of miniconda using:
export PATH=$HOME/miniconda3/bin:$PATHConfiguring Conda to work with conda-forge, and channel of developers of moose:
conda config --add channels conda-forge
conda config --add channels idaholaband finally installing the framework using:
conda create --name moose moose-libmesh moose-toolswhen I try the last step (installation), I stuck in the solving environment step (version of my conda is also 4.8.3). I do appreciate if anyone help me to handle this problem.