"No such file or directory" when running fpcalc

Issue #27 closed
Gfy repo owner created an issue
Traceback (most recent call last):
 File "/home/pepsi/stuff/pyrescene/pyReScene-0.5.1/resample/srs.py", line 213, in main
 tracks, attachments = sample.profile_sample(sample_file_data)
 File "/home/pepsi/stuff/pyrescene/pyReScene-0.5.1/resample/main.py", line 516, in profile_sample
 return mp3_profile_sample(*args, **kwargs)
 File "/home/pepsi/stuff/pyrescene/pyReScene-0.5.1/resample/main.py", line 1391, in mp3_profile_sample
 duration, fp = fingerprint(mp3_data.name)
 File "/home/pepsi/stuff/pyrescene/pyReScene-0.5.1/resample/fpcalc.py", line 45, in fingerprint
 fprint = custom_popen([fpcalc, file_name])
 File "/home/pepsi/stuff/pyrescene/pyReScene-0.5.1/resample/fpcalc.py", line 120, in custom_popen
 creationflags=creationflags)
 File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
 errread, errwrite)
 File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
 raise child_exception
 OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden
 Unexpected Error:
 [Errno 2] Datei oder Verzeichnis nicht gefunden

This is probably the issue: http://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists

No Traceback must be outputted in the .txt files, but it must fail completely with a message of how to fix the issue?

Comments (4)

  1. now

    Problem was, fpcalc not working because of:

    ./fpcalc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./fpcalc)
    

    Help message could show something like: "If using Linux try installing fpcalc from your repository. On Debian: libchromaprint-tools

  2. Log in to comment