Serving: Unable to build tensorflow serving

Created on 19 Jan 2018  路  1Comment  路  Source: tensorflow/serving

I'm facing an issue while trying to build tensorflow serving due to a recent update to workspace.bzl file in tensorflow project. The following is the error I face:

ERROR: /src/tensorflow/serving/WORKSPACE:26:1: file '@org_tensorflow//tensorflow:workspace.bzl' does not contain symbol 'check_version'.
ERROR: /src/tensorflow/serving/WORKSPACE:28:1: name 'check_version' is not defined.
ERROR: Error evaluating WORKSPACE file.
ERROR: error loading package 'external': Package 'external' contains errors.

Most helpful comment

Found the fix. Only had to change the check_version function to check_bazel_version_at_least in the WORKSPACE file.

>All comments

Found the fix. Only had to change the check_version function to check_bazel_version_at_least in the WORKSPACE file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sskgit picture sskgit  路  4Comments

farzaa picture farzaa  路  3Comments

dylanrandle picture dylanrandle  路  3Comments

daikankan picture daikankan  路  4Comments

akkiagrawal94 picture akkiagrawal94  路  3Comments