Open gzblue07 opened 3 years ago
Thanks for sharing your code! I encounter the problem about compile grndseg
ImportError: dynamic module does not define module export function (PyInit_segmentation)
How to solve it? Thanks
@gzblue07 Make sure the version of pcl is above 1.9, since the lower version can be linked to the python2.
@gzblue07 have you solved it? I also meet this problem, but my pcl version is 1.9
Thanks for sharing your code! I encounter the problem about compile grndseg
ImportError: dynamic module does not define module export function (PyInit_segmentation)
How to solve it? Thanks