Skip to content
Discussion options

You must be logged in to vote

@Emmanuel-324 -

It appears that your versions of WASP and MOOSE are not in sync, and WASP just needs to be updated.

If you are using conda packages for these components, you can update to the latest version by running:

conda update moose-dev

And if that does not work, then you can try to remove and reinstall a new moose conda environment with:

conda env remove -n moose -all
conda create -n moose moose-dev

If you are not using conda and are manually installing everything, you can run this from the MOOSE root:

./scripts/update_and_rebuild_wasp.sh

I would suggest to then clean up your repo with git clean -xfd before retrying the MOOSE build step.

Note that git clean -xfd will delete any u…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@GiudGiud
Comment options

GiudGiud Apr 5, 2024
Collaborator

@Emmanuel-324
Comment options

@GiudGiud
Comment options

GiudGiud Apr 5, 2024
Collaborator

@Emmanuel-324
Comment options

@brandonlangley
Comment options

Answer selected by dschwen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants