Ahmad
Ahmad

Reputation: 379

Error while installing tensorflow on linux

I am trying to install tensorflow on linux with the steps mentioned here https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile.

When I run this line- make -f tensorflow/contrib/makefile/Makefile , I get an error. The error is- *** No rule to make target '/home/ahmad/tensorflow/tensorflow/contrib/makefile/gen/proto/tensorflow/core/util/test_log.pb.cc', needed by '/home/ahmad/tensorflow/tensorflow/contrib/makefile/gen/obj/tensorflow/core/util/test_log.pb.p. Stop

Upvotes: 1

Views: 466

Answers (1)

pjcognetta
pjcognetta

Reputation: 83

You might want to visit the TensorFlow's website which contains exact steps to install TensorFlow:

https://www.tensorflow.org/versions/r0.9/get_started/os_setup.html

Just follow the Ubuntu/Linux 64-bit sections and make sure to use install the correct TF_BINARY file based on your version of python and whether or not you choose to have GPU enabled

Upvotes: 1

Related Questions