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