DA-RNN icon indicating copy to clipboard operation
DA-RNN copied to clipboard

cannot find -ltensorflow_framework

Open billamiable opened this issue 6 years ago • 11 comments

While building and execute sh make.sh, i got

/usr/bin/ld: cannot find -ltensorflow_framework
collect2: error: ld returned 1 exit status

From tensorflow github issues, i found that tensorflow_framework was removed. https://github.com/tensorflow/tensorflow/issues/1569

Anyone knows how to deal with it? Thanks!

billamiable avatar Mar 14 '18 12:03 billamiable

This should be a library in tensorflow. Maybe try to upgrade your tensorflow version.

yuxng avatar Mar 20 '18 01:03 yuxng

hi, i have met the same problem, how do you work it out? thanks

wsndy1010 avatar Apr 04 '18 07:04 wsndy1010

As far as I tested, 1.2 and 1.3 of TF does not have that framework. So I work it out by using TF 1.4.

Wei2624 avatar Jun 13 '18 18:06 Wei2624

As far as I tested, 1.2 and 1.3 of TF does not have that framework. So I work it out by using TF 1.4.

Hi, does it work with TF1.4? do you get the tensorflow_framework?

Bobarshad avatar Jul 09 '19 00:07 Bobarshad

I have installed TF 1.14. Still, I am getting the same error. Does anyone have any idea if it has been again moved from TF 1.14 onwards?

ashish-kubade avatar Aug 01 '19 16:08 ashish-kubade

same problem on TF 1.14

ds0529 avatar Sep 04 '19 02:09 ds0529

I have installed TF 1.14. Still, I am getting the same error. Does anyone have any idea if it has been again moved from TF 1.14 onwards?

same problem on TF 1.14

https://github.com/bgshih/aster/issues/56#issuecomment-501973315 This answer can help you

yzheng97 avatar Sep 28 '19 09:09 yzheng97

if using tensorflow 2.0 change out "-ltensorflow_framework" for "-fPIC"

gavintfn avatar Dec 31 '20 10:12 gavintfn

As far as I tested, 1.2 and 1.3 of TF does not have that framework. So I work it out by using TF 1.4.

Hi, does it work with TF1.4? do you get the tensorflow_framework?

Make sure the directory $(python -c 'import tensorflow as tf; print(tf.sysconfig.get_lib())') is linked with the -L parameter and that libtensorflow_framework.so* exists under that directory

earor-R avatar Jan 09 '22 14:01 earor-R

While building and execute sh make.sh, i got

/usr/bin/ld: cannot find -ltensorflow_framework
collect2: error: ld returned 1 exit status

From tensorflow github issues, i found that tensorflow_framework was removed. tensorflow/tensorflow#1569

Anyone knows how to deal with it? Thanks!

I met the same problem.Have you solved it?

Johnny1Qian avatar Feb 20 '22 10:02 Johnny1Qian

I also met this problem in TF1.8. And my work station is Windows. Does anyone know how to deal with it? Thank you.

qaz8788817 avatar Dec 28 '23 14:12 qaz8788817