この例を機能させようとしていますが、bazel でプログラムをビルドしようとするたびに、次のエラー メッセージが表示されます。
bazel build //code:label_image
ERROR: /home/jonas/tensorflow/code/BUILD:12:1: no such package 'tensorflow': BUILD file not found on package path and referenced by '//code:label_image'.
ERROR: /home/jonas/tensorflow/code/BUILD:12:1: no such package 'tensorflow': BUILD file not found on package path and referenced by '//code:label_image'.
ERROR: /home/jonas/tensorflow/code/BUILD:12:1: no such package 'tensorflow': BUILD file not found on package path and referenced by '//code:label_image'.
ERROR: /home/jonas/tensorflow/code/BUILD:12:1: no such package 'tensorflow': BUILD file not found on package path and referenced by '//code:label_image'.
ERROR: /home/jonas/tensorflow/code/BUILD:12:1: no such package 'tensorflow': BUILD file not found on package path and referenced by '//code:label_image'.
ERROR: Analysis of target '//code:label_image' failed; build aborted.
INFO: Elapsed time: 1.261s
github の正確なソース コードを というディレクトリに保存しましたcode
。tensorflow
pip: 経由で (アクティブな) 仮想環境にインストールしましたpip3 install --upgrade tensorflow
。アーチ Linux を使用しています。
bazel が適切なパッケージを見つけられないのはなぜですか? 私はbazel/tensorflowにかなり慣れていません。これらのパッケージはどこに保存されますか? どこかに明示的に指定する必要がありますか?