griegler/octnet

Can't run through the example.

Opened this issue · 0 comments

Hi, thank you for the source code!

The "build_all.sh" was successed. But when I tried the example00, I got errors.

When I use python3.5, I got:
Traceback (most recent call last):
File "create_data.py", line 16, in
import pyoctnet
ImportError: dynamic module does not define module export function (PyInit_pyoctnet)

And when I use python2.7, I got :
Traceback (most recent call last):
File "create_data.py", line 16, in
import pyoctnet
File "init.pxd", line 918, in init pyoctnet
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Is it because the numpy version? Do you know what is the problem?