installTensorFlowTX1
installTensorFlowTX1 copied to clipboard
Error running ./setTensorFlowEV.sh
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 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",
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'