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
Hi,
I am getting the below error when I try to run the python files. I tried uninstalling and installing numpy many a times but no luck. Could anyone please help me with this?
RuntimeError: module compiled against API version 0xb but this version of numpy is 0x9
RuntimeError: module compiled against API version 0xb but this version of numpy is 0x9
Traceback (most recent call last):
File "recognize.py", line 2, in
import sugartensor as tf
File "/usr/local/lib/python2.7/dist-packages/sugartensor/init.py", line 2, in
from tensorflow import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/init.py", line 24, in
from tensorflow.python import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/init.py", line 63, in
from tensorflow.python.framework.framework_lib import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/framework_lib.py", line 81, in
from tensorflow.python.framework.sparse_tensor import SparseTensor
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/sparse_tensor.py", line 25, in
from tensorflow.python.framework import tensor_util
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 34, in
from tensorflow.python.framework import fast_tensor_util
File "init.pxd", line 163, in init tensorflow.python.framework.fast_tensor_util
ValueError: numpy.dtype has the wrong size, try recompiling. Expected 88, got 96
Thanks,
Guru.
The text was updated successfully, but these errors were encountered:
Hi,
I am getting the below error when I try to run the python files. I tried uninstalling and installing numpy many a times but no luck. Could anyone please help me with this?
RuntimeError: module compiled against API version 0xb but this version of numpy is 0x9
RuntimeError: module compiled against API version 0xb but this version of numpy is 0x9
Traceback (most recent call last):
File "recognize.py", line 2, in
import sugartensor as tf
File "/usr/local/lib/python2.7/dist-packages/sugartensor/init.py", line 2, in
from tensorflow import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/init.py", line 24, in
from tensorflow.python import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/init.py", line 63, in
from tensorflow.python.framework.framework_lib import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/framework_lib.py", line 81, in
from tensorflow.python.framework.sparse_tensor import SparseTensor
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/sparse_tensor.py", line 25, in
from tensorflow.python.framework import tensor_util
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_util.py", line 34, in
from tensorflow.python.framework import fast_tensor_util
File "init.pxd", line 163, in init tensorflow.python.framework.fast_tensor_util
ValueError: numpy.dtype has the wrong size, try recompiling. Expected 88, got 96
Thanks,
Guru.
The text was updated successfully, but these errors were encountered: