bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27687: Support Fix Bug


From: Bernhard Voelker
Subject: bug#27687: Support Fix Bug
Date: Fri, 14 Jul 2017 09:03:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

tag 27687 notabug
close 27687
stop

On 07/14/2017 04:32 AM, Hà Hoàng wrote:
> exceptions.Exception:
> 
> OpenFace: `openface_server.lua` subprocess has died.
> 
> Is the Torch command `th` on your PATH? Check with `which th`.

[1]

> Diagnostic information:
> 
> cmd: ['/usr/bin/env', 'th',
> '/usr/local/lib/python2.7/dist-packages/openface/openface_server.lua',
> '-model',
> '/root/src/openface/demos/web/../../models/openface/nn4.small2.v1.t7',
> '-imgDim', '96']
> 
> ============
> 
> stdout:
> 
> ============
> 
> stderr: /usr/bin/env: th: No such file or directory

The env(1) command (from coreutils) did not find the 'th' program
to execute in the PATH, and that's also what the OpenFace server
told you above [1].  Do the check as that hint advised you, and
fix your PATH evironment variable to include the directory where
the 'th' executable is located.  Then try again.

Therefore, there is nothing we could help you here on the coreutils
mailing list.  Thus, I'm hereby marking this as not a bug in our
bugtracker.

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]