Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
This repository was 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

@jin-sookim

Description

@jin-sookim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions