SmartDataAnalytics / SML-Bench

A Benchmark for Machine Learning from Structured Data
Apache License 2.0
21 stars 4 forks source link

Yap error running aleph script #1

Closed patrickwestphal closed 8 years ago

patrickwestphal commented 8 years ago

Getting an error (missing libncurses.so.6) running the aleph script (on Debian 8) due to the provided Yap executable:

$ ./run mutagenesis 42 res.txt
2016-03-16 12:00:41,652 Running learning task mutagenesis with learning problem 42
2016-03-16 12:00:41,658 Target dir is /tmp/tmp5dy5Zd
2016-03-16 12:00:41,933 Runnig Aleph
/home/user/SML-Bench/learningsystems/aleph/Linux-x86_64/yap: error while loading shared libraries: libncurses.so.6: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "./run", line 216, in <module>
    output = subprocess.check_output([script_path], cwd=target_dir)
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['/tmp/tmp5dy5Zd/train.pl']' returned non-zero exit status 127
SimonBin commented 8 years ago

let's remove those for now...