kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Segfault on calling help on python bindings

Open Erotemic opened this issue 8 years ago • 0 comments

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?

Erotemic avatar Sep 08 '17 13:09 Erotemic