Replies: 1 comment 1 reply
|
Hi @Wang-Yihu I'm glad you found a solution! The MOOSE version in Cardinal is rather old, and we're currently working on updating it so that it's compatible with the latest conda environment. You can track the progress here: #1288 It's been a non-trivial update since there are a handful of tests which are failing and I haven't tracked down the root cause yet. You can use your current workflow, or if you want to use the latest conda environment you should be able to check out the Cardinal branch in that PR. I'm traveling for the next 3 weeks but will get the MOOSE version updated in Cardinal right after that. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Now if I follow this direction https://cardinal.cels.anl.gov/with_conda.html , it will throw errors
After I asked ChatGPT, she told me that the version conflict between conda moose and cardinal/contrib/moose cause this, so you need to install previous conda moose.
So I
And
Now it can work!
All reactions