Windows下用bazel安装Tensorflow

进入 tensorflow-master 文件夹,然后用 bazel 进行设置

Administrator@DESKTOP-4CP46H0 MINGW64 /d/tensorflow-master
$ ./configure

但是出现下列错误信息

WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shut
down".
You have bazel 0.23.2 installed.
Please downgrade your bazel installation to version 0.22.0 or lower to build TensorFlow! To downgrade: download the inst
aller for the old version (from https://github.com/bazelbuild/bazel/releases) then run the installer.

bazel 版本过高???!!!
喵喵喵???!!!

你可能感兴趣的:(Windows下用bazel安装Tensorflow)