Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

frozen solving environment step in installing a package in ubuntu

Writer 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:$PATH

Configuring Conda to work with conda-forge, and channel of developers of moose:

conda config --add channels conda-forge
conda config --add channels idaholab

and finally installing the framework using:

conda create --name moose moose-libmesh moose-tools

when 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.

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy