You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
I downloaded SISSO Fortran code from https://github.com/rouyang2017/SISSO
and I compiled it on Windows 10. Then I got "SISSO.exe" executable.
Then I move "SISSO.exe" to my pysisso working directory and I renamed "SISSO.exe" to "SISSO", as shown in below figure.
When I run python code containing SISSORegressor(), I got error message as below:
ValueError: SISSOJob requires the SISSO executable to be in the path.
Default executable name is "SISSO" and you provided "SISSO".
Download the SISSO code at https://github.com/rouyang2017/SISSO and compile the executable or fix the name of your executable.
I don't understand why I encountered this error even though I prepared SISSO executable in my working directory.
The text was updated successfully, but these errors were encountered:
You should add it into your system path ($export PATH=/path/to/SISSO:$PATH) , or for example copy/compile your executable to a related path like /usr/bin or /usr/local/bin
I downloaded SISSO Fortran code from https://github.com/rouyang2017/SISSO
and I compiled it on Windows 10. Then I got "SISSO.exe" executable.
Then I move "SISSO.exe" to my pysisso working directory and I renamed "SISSO.exe" to "SISSO", as shown in below figure.
When I run python code containing SISSORegressor(), I got error message as below:
ValueError: SISSOJob requires the SISSO executable to be in the path.
Default executable name is "SISSO" and you provided "SISSO".
Download the SISSO code at https://github.com/rouyang2017/SISSO and compile the executable or fix the name of your executable.
I don't understand why I encountered this error even though I prepared SISSO executable in my working directory.
The text was updated successfully, but these errors were encountered: