PCLKeypoints icon indicating copy to clipboard operation
PCLKeypoints copied to clipboard

ImportError

Open JuanDuGit opened this issue 4 years ago • 5 comments

Hi, thanks for sharing the code. I have compiled and installed this module successfully, but encountered the following ImportError when trying import it in python script.

>>> import PCLKeypoint Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dynamic module does not define module export function (PyInit_PCLKeypoint) I am using Ubuntu 18.04.3 LTS and the python version is 3.6.9.

Do you possiblly have any ideas how to fix this problem?

JuanDuGit avatar Feb 25 '20 12:02 JuanDuGit