Page 1 of 1

Error after installing Psi4 and enabling on the computational engine.

Posted: Thu Sep 02, 2021 4:50 pm
by upendart
Hello,

I installed the WebMo Enterprise version 21 and Psi4 engine (https://www.webmo.net/support/binaries_linux.html#psi4) in the Cloud (Azure).
I enabled the Psi4 configured path using the Interface manager under admin.
I am trying to run the test job using Psi4 and getting the below error.

Traceback (most recent call last):
File "/usr/local/miniconda/bin/psi4", line 137, in <module>
raise KeyError(f"Too many unknown arguments: {unknown}")
KeyError: "Too many unknown arguments: ['-p', '28', 'input.inp', 'output.out']"

Can you please take a look and assist us with the solution to fix it?

FYI, I am using the latest WebMo licensed version.

Thanks,
Upendar

Re: Error after installing Psi4 and enabling on the computational engine.

Posted: Thu Sep 02, 2021 6:50 pm
by webmo
This is a known issue. A patch will be released later this week to address this. In the meantime, simply removing the offending "-p" option in run_psi.cgi will fix it.

Re: Error after installing Psi4 and enabling on the computational engine.

Posted: Fri Sep 03, 2021 2:49 pm
by upendart
As mentioned, I removed the "-p" option in run_psi.cgi, still it shows the same error.

Please see the below error after removing "-p"

Traceback (most recent call last):
File "/usr/local/miniconda/bin/psi4", line 137, in <module>
raise KeyError(f"Too many unknown arguments: {unknown}")
KeyError: "Too many unknown arguments: ['29', 'input.inp', 'output.out']"