WASP not available error #26928
Replies: 3 comments 29 replies
-
Hello Did you use the conda based installation method? If so, did you remember to activate the moose environment before compiling? You need to do that every time, or just put the command Guillaume |
Beta Was this translation helpful? Give feedback.
-
It might have been lagging because the instructions were not 100% followed to the letter. For example:
My guess is that the instructions @charlotte-b8086 are not precisely the ones found at: https://mooseframework.inl.gov/getting_started/installation/conda.html |
Beta Was this translation helpful? Give feedback.
-
Hello, have you solved this problem? Now I have made the same mistake as you in the process of installing moose, but I can't solve it. I hope to get your help,The following is also my problem. WASP does not seem to be available. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am a novice to MOOSE and have been working through various tutorials. I successfully completed Steps 1 - 4 of the Tutorial 1 App Development available on MOOSE's website. Today as I was working on Step 5, I kept getting an error when I tried to compile with make -j 4.
I kept getting an error about the system not knowing WASP and lib mesh.
After getting this error multiple times I attempted to erase my MOOSE directory from my laptop, uninstall MOOSE, and re-install it. That has not fixed the problem- I am now getting the following error message
projects/moose/tutorials/darcy_thermo_mech/../..//framework/contrib/wasp/install/lib: No such file or directory
Not compiling MOOSE with NEML2 because NEML2_DIR is not a valid NEML2 checkout and/or libtorch is not enabled.
ERROR
WASP does not seem to be available.
Make sure to either run scripts/update_and_rebuild_wasp.sh in your MOOSE directory,
or set WASP_DIR to a valid WASP install
make: *** [wasp_submodule_status] Error 1
make: *** Waiting for unfinished jobs....
Any suggestions on how to approach?
Beta Was this translation helpful? Give feedback.
All reactions