使用Bazel编译报错ERROR: Unrecognized option: --experimental_repo_remote_exec解决方法
生活随笔
收集整理的這篇文章主要介紹了
使用Bazel编译报错ERROR: Unrecognized option: --experimental_repo_remote_exec解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
ERROR: Unrecognized option: --experimental_repo_remote_exec
一、問題:
?
INFO: Options provided by the client:Inherited 'common' options: --isatty=1 --terminal_columns=80 INFO: Reading rc options for 'version' from /home/emadboctor/tensorflow/.bazelrc:Inherited 'common' options: --experimental_repo_remote_exec ERROR: Unrecognized option: --experimental_repo_remote_exec WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown". Traceback (most recent call last):File "./configure.py", line 1553, in <module>main()File "./configure.py", line 1370, in main_TF_MAX_BAZEL_VERSION)File "./configure.py", line 485, in check_bazel_version['bazel', '--batch', '--bazelrc=/dev/null', 'version'])File "./configure.py", line 161, in run_shelloutput = subprocess.check_output(cmd, stderr=stderr)File "/usr/lib/python2.7/subprocess.py", line 219, in check_outputraise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['bazel', '--batch', '--bazelrc=/dev/null', 'version']' returned non-zero exit status 2?
二、解決:
任何Mediapipe或Android編譯程序錯誤,以及技術疑問或需要解答的,請掃碼添加作者VX
?
?
總結
以上是生活随笔為你收集整理的使用Bazel编译报错ERROR: Unrecognized option: --experimental_repo_remote_exec解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: kubernetes 实战 使用 nfs
- 下一篇: python爬虫程序requests采用