The latest version of tensorflow is NOT compileable/working for mac os x.
Tensorflow/core/ops/candidate_sampling_ops.cc:376:17: error: no viable conversion from 'tensorflow::(lambda at tensorflow/core/ops/candidate_sampling_ops.cc:376:17)' to 'tensorflow::Status (*)(shape_inference::InferenceContext )' Tensorflow/core/ops/candidate_sampling_ops.cc:392:7: error: return type 'tensorflow::Status' must match previous return type 'const ::tensorflow::Status' when lambda expression has unspecified explicit return type (remaining 95 argument(s) skipped): .: Process exited with status 1.
After I run this commandīazel build -config=opt //tensorflow/tools/pip_package:build_pip_packageĬ++ compilation of rule '//tensorflow/core:candidate_sampling_ops_op_lib' failed: cc_wrapper.sh failed: error executing command external/local_config_cc/cc_wrapper.sh -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG.
Tensorflow compilation error with latest tensorflow source on MacOS - tensorflow I am trying to build the tensorflow source on my Mac OSx Yosemite (10.10.5).