簡體   English   中英

從源代碼構建 tensorflow

[英]Building tensorflow from source

我正在嘗試按照此鏈接從源代碼構建 tensorflow。

在第 8 步中,我不得不修改 configure.py 第 482 行以硬編碼我正在使用的 bazel 版本(2.0.0),因為假設 function 會崩潰。

執行我已經完成了鏈接中的所有操作。 在步驟 9 中,我需要執行命令bazel build並獲取以下 output:

>bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package
WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files:
.bazelrc

不幸的是,我找不到應該由該命令生成的.whl package。

它位於哪里?

看起來上面的 output 實際上是在說:“請以管理員權限運行我”。

不能更明確....

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM