Quote:
Originally Posted by wankxxx
OK I think i figured out part of the problem. I use another USER account on my mac for all my porn-y stuff. When I try to run anything in terminal from that account, nothing works. I followed the instructions perfectly.
Soooo, I logged into my main account and tried to install everything there and it seemed to work. Well kinda  It installs everything per the instructions and when I go to http://localhost:9080 I see the models. but when I try to include one i get an ffmpeg error after it refreshes & it crashes
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn ffmpeg ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
|
the script cannot find ffmpeg file
The easiest way to fix it will be to copy ffmpeg in /usr/local/bin. If you downloaded you ffmpeg into Downloads directory, then the command will look like this
Code:
sudo cp ~/Downloads/ffmpeg /usr/local/bin