Strange, running this from any directory works for me: > $NUPIC/scripts/run_swarm.py $NUPIC/examples/swarm/simple/search_def.json > --maxWorkers=4
Instead of the strace, what is the console output of the command above? --------- Matt Taylor OS Community Flag-Bearer Numenta On Sat, May 16, 2015 at 1:34 PM, Wakan Tanka <wakat...@gmail.com> wrote: > On 05/16/2015 09:56 PM, Wakan Tanka wrote: >> >> >> S installation completes successfully, but I get exactly the same problem: >> >> $NUPIC/scripts/run_swarm.py $NUPIC/examples/swarm/simple/search_def.json >> --maxWorkers=4 >> >> Works only from $NUPIC/nupic > > > Output of following command are in attachment > > marek@ubuntu:~/nupic$ strace -ff -o ~/experiments/trace_false > $NUPIC/scripts/run_swarm.py $NUPIC/examples/swarm/simple/search_def.json > --maxWorkers=4 > > marek@ubuntu:~/nupic/nupic$ strace -ff -o ~/experiments/trace_true > $NUPIC/scripts/run_swarm.py $NUPIC/examples/swarm/simple/search_def.json > --maxWorkers=4 >