Compilation issues #29693
Unanswered
Emmanuel-324
asked this question in
Q&A General
Compilation issues
#29693
Replies: 1 comment 8 replies
-
Below is the current error I get
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
I am trying to recompile my application after my new installation in a conda environment(my previous installation was in an HPC cluster, just for context). Note I did not have these issues with the previous installation type.
After making make -j8, I get the error below
Even though the OrderParameterFunctionMaterial.h is present in my repository.
And below is how I load my conda environment but it seems there is some wrong according to :
WARNING: Failed to initialize PreMake for version checking; this may be ignored but may suggest an environment issue. Traceback (most recent call last): File "/home/emmanuel324/projects/moose/framework/../scripts/premake.py", line 20, in __init__ from versioner import Versioner File "/home/emmanuel324/projects/moose/scripts/versioner.py", line 24, in <module> import yaml ModuleNotFoundError: No module named 'yaml'
loading parameters:
Note I am new to conda environment
Beta Was this translation helpful? Give feedback.
All reactions