<div dir="ltr">First of all, a warning on Python related matters--historically, we didn't have much support for python in kwiver. There's a fresh pull request up now with a bunch of fixes and new bindings, but it's not in master yet. So this req<br><br>The reason that you're getting that error is because the two C++ schedulers won't work with python. The python GIL has its own rules and assumptions for threading, and schedulers designed for C++ aren't necessarily going to abide by them, which is why they throw that exception. The solution is to use the included python scheduler: pythread_per_process. To use it, run the pipeline with the following command:<br><br>pipeline_runner -p descriptor.pipe <b>-S pythread_per_process</b><br><br>Keep in mind that until the new branch is in, there's no guarantee that that'll work on master, just that it'll get you past your current error.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 7, 2018 at 8:22 AM, Ankit Parag Shah <span dir="ltr"><<a href="mailto:aps1@andrew.cmu.edu" target="_blank">aps1@andrew.cmu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi all, <br><br></div>In order to check installation of KWIVER software suite and understanding its capabilities, I am trying to run the following example - descriptor.pipe. <br><br></div>While running the example an exception is caught with the following message<br><br>Exception caught: The pipeline cannot be run: The process 'descriptor' of type 'ApplyDescriptor' is a python process and that type of process is not supported by this scheduler.<br><br></div><div>Further, I am trying to understand the purpose of the example descriptor.pipe - if there is a reference to what the example is supposed to perform would help clarify my current level of understanding of the topic. <br></div><div><br></div>Kindly provide further information to understand the above error and how to resolve the problem. <br></div>KWIVER is installed with python support. <br><div><div><div><div><br clear="all"><div><div><div><div class="m_-7915083916982999711gmail_signature"><div dir="ltr"><font face="tahoma, sans-serif">Kind Regards,</font><div><font face="tahoma, sans-serif">Ankit Shah</font></div><div><font face="tahoma, sans-serif">Masters Student in Language Technologies</font></div><div><font face="tahoma, sans-serif">Carnegie Mellon University.</font></div></div></div></div>
</div></div></div></div></div></div></div>
<br>______________________________<wbr>_________________<br>
Kwiver-users mailing list<br>
<a href="mailto:Kwiver-users@public.kitware.com">Kwiver-users@public.kitware.<wbr>com</a><br>
<a href="https://public.kitware.com/mailman/listinfo/kwiver-users" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/kwiver-users</a><br>
<br></blockquote></div><br></div>