Error about mamba installation cannot declare variable 'moose_server' to be of abstract type 'MooseServer' #25729
Answered
by
milljm
Wang-Yihu
asked this question in
Q&A Getting Started
-
|
I do like this for a new version #25358 Then I install the MOOSE environment again. |
Beta Was this translation helpful? Give feedback.
Answered by
milljm
Oct 12, 2023
Replies: 1 comment 11 replies
-
|
Can you perform the following commands and report the results: mamba activate moose
cd ~/projects/moose
scripts/versioner.py wasp --yaml | grep install
mamba list | grep mooseI want to see what version of wasp your version of MOOSE requires... and what you have currently installed. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would prefer you stay as up-to-date as possible :)
In that case:
should bring you in-line with what you have for your Conda environment. Afterwards, you'll want to clean out the failed previous build, and start anew:
FYI, the Conda packages and your MOOSE repository hold a very tight bond on where they need to be. Basically, when you update one, you should update the other... What I mean by that, is when ever you:
mamba update --all # or mamba update moose-devyou should also: