Solved: buildlib.internal_components: error: too few arguments #4697
hkhorasani
started this conversation in
E3SM model help
Replies: 1 comment
-
The problem was created because I downloaded the code on my windows and then transferred it to the HPC computer of my university and as a result, the linked files were broken and they were no more linked to each other. The solution was to clone the code directly in the computer and folder that is supposed to work with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, during the case build, I am coming across a problem as follows.
Initially when calling the /path/to/e3sm/cime/src/build_scripts/buildlib.internal_components, it failed to import standard_script_setup and CIME.utils which I solved it by adding their path to PYTHONPATH (as proposed here).
Now that the import issue is solved, this file produces the following error:
It seems like the line
def buildlib(case, libroot, bldroot, compname=None):
and its following lines are problematic but I am really clueless about how to solve it.Thanks in advance for any bit of help.
Beta Was this translation helpful? Give feedback.
All reactions