You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: