0
當我試圖在我的Raspberry Pi 3B上安裝Tensorflow作爲g2p-seq2seq程序的一部分時,我遇到了一些問題。在Raspberry Pi上安裝Tensorflow錯誤
bazel build -c opt --copt="-mfpu=neon" --local_resources 1024,1.0,1.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package
我收到以下錯誤:
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be guaranteed. See http://bazel.io/docs/bazel-user-manual.html#sandboxing for more information. You can turn off this warning via --ignore_unsupported_sandboxing.
ERROR: /home/pi/makevoicedemo/tf/tensorflow/tensorflow/tensorflow.bzl:571:26: Traceback (most recent call last):
File "/home/pi/makevoicedemo/tf/tensorflow/tensorflow/tensorflow.bzl", line 565
rule(attrs = {"srcs": attr.label_list..."), <3 more arguments>)}, <2 more arguments>)
File "/home/pi/makevoicedemo/tf/tensorflow/tensorflow/tensorflow.bzl", line 571, in rule
attr.label_list(cfg = "data", allow_files = True)
expected ConfigurationTransition or NoneType for 'cfg' while calling label_list but got string instead: data.
ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package '': Extension file 'tensorflow/tensorflow.bzl' has errors.
INFO: Elapsed time: 0.337s
我知道的警告通知,本來就不大的
使用指南here,我在執行命令時遇到錯誤,問題,但是我不知道如何解決這兩個錯誤。我在Raspberry Pi上就Tensorflow發現的有關此問題的文檔很難遵循。如果有人有任何建議,我將不勝感激。
啊,我很害怕那個。謝謝,我會提交錯誤報告。 –