2016-09-18 12 views
0

g2p-seq2seqプログラムの一部としてTasporflowをRaspberry Pi 3Bにインストールしようとしていますが、少し問題があります。Raspberry PiエラーにTensorflowをインストールする

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 

私は警告通知がのその大きくはありません知っている:私は次のエラーを取得する

bazel build -c opt --copt="-mfpu=neon" --local_resources 1024,1.0,1.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package 

:コマンドを実行するときに、ガイドhereを使用

、私はエラーに遭遇しますしかし、私はそれに続く2つのエラーを修正する方法を知らない。この問題に関するラズベリーパイのTensorflowで見つかったドキュメントは、追って読むのが難しいです。誰かが何かアドバイスがあれば、私はそれを感謝します。

答えて

0

ご迷惑をおかけしています。エラーはバグのように見えるので、https://github.com/tensorflow/tensorflow/issuesにこれをファイルできますか?

+0

ああ、私はそれを恐れていました。ありがとう、私はバグレポートを提出します。 –

関連する問題