I wanted to ask if you know a way to have the generated wrapper python3 compatible. I had a try that was only usable by python2 and for python3 it gives the error:
dynamic module does not define module export function (PyInit_..)
Could the source of this issue be in the cmake scripts?
Hi,
I wanted to ask if you know a way to have the generated wrapper python3 compatible. I had a try that was only usable by python2 and for python3 it gives the error:
dynamic module does not define module export function (PyInit_..)
Could the source of this issue be in the cmake scripts?
Thank you.