在Ubuntu 17.10上构建tensorflow 1.4

时间:2017-11-08 22:40:04

标签: tensorflow

我正在关注the instructions here,这一步:

bazel build --config=opt --config=cuda --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" //tensorflow/tools/pip_package:build_pip_package

失败了:

  

.......错误:   /home/ruben/.cache/bazel/_bazel_ruben/d7b0d5278ead13c4c0b0dbae55902502/external/local_config_cuda/cuda/BUILD:5686:1:   @ local_config_cuda // cuda:cuda-nvvm:非法输出文件名   规则中的'cuda / nvvm / espeak-ng-data / voices /!v / max'   @ local_config_cuda // cuda:cuda-nvvm:无效的目标名称   'cuda / nvvm / espeak-ng-data / voices /!v / max':目标名称可能不包含   '!'错误:   /home/ruben/.cache/bazel/_bazel_ruben/d7b0d5278ead13c4c0b0dbae55902502/external/local_config_cuda/cuda/BUILD:5686:1:   @ local_config_cuda // cuda:cuda-nvvm:缺少强制值   'genrule'规则中的属性'outs'错误:   /家庭/鲁/文档/ tensorflow / tensorflow /蟒蛇/ BUILD:2953:1:   目标'@ local_config_cuda // cuda:darwin'包含错误及其错误   包有错误并引用   '//tensorflow/python:_pywrap_tensorflow_internal.so'ERROR:   /家庭/鲁/文档/ tensorflow / tensorflow /蟒蛇/ BUILD:2953:1:   目标'@ local_config_cuda // cuda:darwin'包含错误及其错误   包有错误并引用   '//tensorflow/python:_pywrap_tensorflow_internal.so'错误:分析   目标'// tensorflow / tools / pip_package:build_pip_package'失败;   build aborted:加载失败INFO:已用时间:75.399s FAILED:   构建未成功完成(已加载77个包)       目前正在加载:tensorflow / core / kernels

这里出了什么问题?

0 个答案:

没有答案