Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

ValueError: SISSOJob requires the SISSO executable to be in the path. #26

Open
jin-sookim opened this issue Apr 4, 2022 · 2 comments
Open

Comments

@jin-sookim
Copy link

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.
image

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.

@tutard
Copy link

tutard commented Aug 21, 2022

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

@lyapunovlcl
Copy link

Do you solve the question?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants