OSX El Capitanでtensorfolw_servingをビルドしようとしていて、エラーが発生しています。私は自家製のBazelをインストールしました。ここでbazel build tensorflow_serving/...そのようなパッケージ '開始'
はエラーです:
$ bazel build tensorflow_serving/...
Extracting Bazel installation...
............
ERROR: /private/var/tmp/_bazel_robertgrzesik/fb4fbbbabd0582fe8f5abe6ab13dbfd9/external/inception_model/inception/slim/BUILD:93:1: no such package 'inception': BUILD file not found on package path and referenced by '@inception_model//inception/slim:slim'.
ERROR: Loading failed; build aborted.
INFO: Elapsed time: 45.554s
私もそれを私のシステム上のパッケージパスを与えてみましたし、別のエラーを得た:
$ bazel build --package_path /Users/robertgrzesik/anaconda/lib/python2.7/site-packages tensorflow_serving/...
ERROR: no targets found beneath 'tensorflow_serving'.
INFO: Elapsed time: 0.131s