我正在通过URL(https://www.tensorflow.org/how_tos/image_retraining/)进行TensorFlow初始模型构建的教程。当我运行command bazel build tensorflow/examples/image_retraining:retrain时,出现错误:
仅在工作空间内支持“ build”命令。
我已经使用普通pip install命令设置了tensorflow,并且尚未安装可与TensorFlow一起运行的Docker或Anaconda。Bazel是通过酿造设置的,而我使用的是Mac OSXv10.11.x。