Missing MooseRevision.h #22035
-
|
Hello, I finished compiling PETSc and rebuilt libmesh in HPC without apparent problems as suggested (https://mooseframework.inl.gov/getting_started/installation/hpc_install_moose.html). When I tried to compile moose with make -j4(inside moose/test) facing some errors: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 19 replies
-
|
Hello Weird this file should have been automatically generated by the compilation process. Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
Look further up in your error history. I bet you get a python error to the tune of missing a python package called |
Beta Was this translation helpful? Give feedback.
-
|
I am also getting this issue as of last evening (fresh moose master). Successful PETSc/libMesh compile. I have python-3.7.6 loaded however but don't seem to have "packaging" on my module list. I don't really expect to be using conda on HPC... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I recently ran into this issue too. It's not too bad to sort out, but I'm wondering if the compilation shouldn't halt once it's been detected that this Python package is missing instead of continuing on to the missing header error... |
Beta Was this translation helpful? Give feedback.
Look further up in your error history. I bet you get a python error to the tune of missing a python package called
packaging, yeah?