Error during application compilation #27288
-
|
Below is snippet of the error home/emmanuel324/projects/moose/framework/src/base/MooseServer.C: In member function 'bool MooseServer::addParametersToList(wasp::DataArray&, const InputParameters&, co |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
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: And if that does not work, then you can try to remove and reinstall a new moose conda environment with: If you are not using conda and are manually installing everything, you can run this from the MOOSE root: I would suggest to then clean up your repo with Note that |
Beta Was this translation helpful? Give feedback.
-
|
I started everything all over and it passes the build and test now. |
Beta Was this translation helpful? Give feedback.
@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:
And if that does not work, then you can try to remove and reinstall a new moose conda environment with:
If you are not using conda and are manually installing everything, you can run this from the MOOSE root:
I would suggest to then clean up your repo with
git clean -xfdbefore retrying the MOOSE build step.Note that
git clean -xfdwill delete any u…