[Kwiver-users] running kwiver in docker
Mandis S Beigi
mandis at us.ibm.com
Tue Dec 5 08:20:36 EST 2017
Hi all,
I'm running kwiver in a docker (Ubuntu 16.04) and I get the following error
when running an example pipeline:
Path not found loading
clusters: /usr/local/share/sprokit/pipelines/clusters
Somehow sprokit/pipelines/clusters is not copied into the /usr/local/share
folder and I cannot find this pipelines/clusters folder anywhere.
I did cmake with the following options:
RUN cmake ./ -DCMAKE_BUILD_TYPE=Release \
-Dfletch_DIR:PATH=/opt/IBM/ivadle/fletch/build/rel/ \
-DKWIVER_ENABLE_ARROWS:BOOL=ON -DKWIVER_ENABLE_C_BINDINGS:BOOL=ON \
-DKWIVER_ENABLE_EXTRAS:BOOL=ON -DKWIVER_ENABLE_LOG4CPLUS:BOOL=ON \
-DKWIVER_ENABLE_PROCESSES:BOOL=ON -DKWIVER_ENABLE_PYTHON:BOOL=ON \
-DKWIVER_ENABLE_SPROKIT:BOOL=ON -DKWIVER_ENABLE_TOOLS:BOOL=ON \
-DKWIVER_ENABLE_EXAMPLES:BOOL=ON -DKWIVER_USE_BUILD_TREE:BOOL=ON
I also added the following but it didn't help.
-DSPROKIT_USE_BUILD_TREE:BOOL=ON
-DSPROKIT_USE_BUILD_CLUSTER_PATH:BOOL=ON
Has anybody encountered this before?
Regards,
Mandis S. Beigi
IBM TJ Watson Research Center
Yorktown Heights, NY
TEL: (914)945-1165, T/L: 862-1165
Email: mandis at us.ibm.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/kwiver-users/attachments/20171205/6def2a30/attachment.html>
More information about the Kwiver-users
mailing list