tensorflow / fold

Deep learning with dynamic computation graphs in TensorFlow
Apache License 2.0
1.82k stars 266 forks source link

"import tensorflow_fold" problem #93

Open zhangjunqi13 opened 6 years ago

zhangjunqi13 commented 6 years ago

"tensorflow.python.framework.errors_impl.NotFoundError: /home/ENV/local/lib/python2.7/site-packages/tenso rflow_fold/loom/_deserializing_weaver_op.so: undefined symbol: _ZN10tensorflow6tensor5SplitERKNS_6TensorERKNS_3gtl1 0ArraySliceIxEE" How to deal with this?

gv22ga commented 6 years ago

same error

GeorgePaulok commented 6 years ago

I ran into same problem. Do you resolve this error?

gv22ga commented 6 years ago

use Tensorflow 1.1

GeorgePaulok commented 6 years ago

I finally installed tf-fold successfully using Tensorflow 1.0,because tf-fold is incompatible with Tensorflow 1.6.

bearcatt commented 6 years ago

I saw the commit message "update tensorflow to version 1.4", does it mean that we can use tensorflow_fold in tensorflow 1.4?

hockeybro12 commented 6 years ago

Did anyone successfully install it in tensorflow 1.3.0 or later? @delesley do you have an update on this?

Edit: It seems like it worked in Issue #85. I will try that.

IvyChenGithub commented 4 years ago

DId anyone fail by installed the tensorflow_fold with tensorflow==1.0? ERROR: tensorflow_fold-0.0.1-py3-none-linux_x86_64.whl is not a supported wheel on this platform.