Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run time error #98

Open
guruvasuraj opened this issue Mar 30, 2018 · 0 comments
Open

Run time error #98

guruvasuraj opened this issue Mar 30, 2018 · 0 comments

Comments

@guruvasuraj
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant