installTensorFlowTX1 icon indicating copy to clipboard operation
installTensorFlowTX1 copied to clipboard

Error running ./setTensorFlowEV.sh

Open kiyoon opened this issue 8 years ago • 2 comments
trafficstars

Seems like there's no longer avro-1.8.0 version in the mirror so it fails to configure.

You need to make a tensorflow patch to tensorflow/workspace.bzl. Find "avro_archive" and change url, sha256 and strip_prefix to this:

url = "http://www-us.apache.org/dist/avro/avro-1.8.1/cpp/avro-cpp-1.8.1.tar.gz",
sha256 = "6559755ac525e908e42a2aa43444576cba91e522fe989088ee7f70c169bcc403",
strip_prefix = "avro-cpp-1.8.1",

kiyoon avatar Apr 09 '17 16:04 kiyoon

@kiyoon this URL is dead :( I used this one: url = "https://www.apache.org/dist/avro/stable/cpp/avro-cpp-1.8.2.tar.gz", sha256 = "5328b913882ee5339112fa0178756789f164c9c5162e1c83437a20ee162a3aab",

raviv avatar May 20 '17 07:05 raviv

I am still getting the following error

/mnt/abhi/tensorflow/tensorflow/contrib/avro/BUILD:13:1: no such package '@avro_archive//': Prefix avro-cpp-1.8.0 was given, but not found in the archive and referenced by '//tensorflow/contrib/avro:example_h'

abhiagwl4262 avatar Sep 04 '17 09:09 abhiagwl4262