MOOSE Build Error #19604
-
I'm trying get get a MOOSE environment set up for myself. I'm working in the windows subsystem for linux, so it's ubuntu 20.04. I had an old environment and tried updating it, but I hit the build error below. I decided to just completely wipe my MOOSE repo and miniconda installation to start from scratch. I did that, then exactly followed the instructions here: https://mooseframework.inl.gov/getting_started/installation/conda.html . I encountered no errors along the way. However, upon trying to build, I'm still getting the exact same sets of error messages shown below. Any ideas what's going on? It seems like it's looking for libmesh in the moose directory instead of in the conda environment?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Try closing your terminal and opening it again. You command line prompt should contain |
Beta Was this translation helpful? Give feedback.
Try closing your terminal and opening it again. You command line prompt should contain
(moose)
now. If not then you didn't follow the instructions exactly :-). You might be missing the conda init step or the conda activate moose step.