kwiver
kwiver copied to clipboard
Segfault on calling help on python bindings
The following script segfaults
(Remembering to switch virtual environments to python 2 and then run source ~/code/kwiver/build/setup_KWIVER.sh)
from sprokit.pipeline import process
help(process)
I know a pybind11 move is in the works. Maybe that will fix this issue?