Error in 02-QbC for water sytem #29
-
|
Dear AML team, I am trying to train pure water system using AML following the steps according to my system mentioned in your git-hub repository. I am facing problems in 02 -QbC step as it is unable to find nnp-scaling command. I dont't have access to /bin/sh path, as it is clearly can be seen that it is looking for nnp-scaling command in /bin/sh. Is there any way, I can export or change the path of n2p2 in aml? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This means that the You can address this by checking your environment and making sure |
Beta Was this translation helpful? Give feedback.


This means that the
nnp-scalingexecutable could not be found in your executable path when AML tried to launch it. It is reported by/bin/shbecause AML runs these commands in a shell, so it launches/bin/shwhich then tries to launchnnp-scaling. Here, that step failed. The failure reported in the Python traceback shows that AML was not able to read the output. Better error reporting is eventually coming to the released version of the code.You can address this by checking your environment and making sure
nnp-scaling(and othernnp-*programs) can be launched in the same environment that AML is running in.