Opening Viewer: Command not found
Opened this issue · 2 comments
Only since recently: When i try to run any of the data-processing commands (run_trim, run_alignment_tool, ...), I always get errors similar to those below:
/root/labelfusion/scripts/bin/run_trim: line 16: lcm-logplayer-gui: command not found
/root/labelfusion/scripts/bin/run_trim: line 19: directorPython: command not found
Baffling, especially since everything used to work, I already have used your work for labeling ~20 lcmlog-files with everything working smoothly.
At first, i thought that the problem would lie in $PYTHONPATH
, which is :/root/labelfusion/modules
but comparison with a working machine shows the same $PYTHONPATH
any ideas for further troubleshooting?
I am aware, that e.g. the lcm-logpalyer-gui may not be part of your docker image, but can anyone tell me if there are any paths set up to it during setting up the docker image?