Unable to run several Learning Systems due to various issues
I was trying to run the SML-Bench system and I want to add a new learning system to SML-Bench, but unfortunately I was not able to run most of the learning systems (except dllearner) due to various issues. I followed all the steps in all the README.md files and the GettingStarted.md file. The following are the learning systems and some issues I faced while installing/configuring these systems:
- Aleph - Dependency YAP required and installation not possible due to broken link in README installation file.
- SWI Prolog port of Aleph - Installed in SWI Prolog as a package, but facing an issue "/usr/bin/env: ‘python’: No such file or directory" in the logs.
- FuncLog - Dependency YAP required and installation not possible due to broken link in README installation file.
- ProGolem - Dependency YAP required and installation not possible due to broken link in README installation file.
- TopLog - Dependency YAP required and installation not possible due to broken link in README installation file.
- Golem - Installed, but facing an issue "/usr/bin/env: ‘python’: No such file or directory" in the logs.
- Progol - Installed, but facing an issue "/usr/bin/env: ‘python’: No such file or directory" in the logs.
- TreeLiker - No proper installation instructions for SML-Bench (No README.md).
Please help and let me know if you need any further information.
EDIT update 31-01-2021
Some of the above mentioned issues are fixed now and I am facing some new issues with the following system(s)/dataset(s):
- Golem - check_call_and_terminate([golem_executable, file_name_base], cwd=target_dir), OSError: [Errno 2] No such file or directory (Seems to be some issue while calling golem executable, the golem executable file is placed in learningsystems/golem).
- Progol - subprocess.CalledProcessError: Command returned non-zero exit status -11 (Progol executable is called but the process doesn't exit and throws this error).
- TreeLiker - No proper installation instructions for SML-Bench (No README.md).
- Dataset premierleague - Owl ontology not available due to broken link in README.md. I was unable to find the ontology elsewhere.
Let me know if you need any further information. It would be really helpful if you could provide me with some pointers as to how to fix these issues.