TensorFlow源码编译(MacOS)

  1. 编译前先安装依赖:

xcode 9.2或者更高

使用 brew包管理工具安装python

brew install python

TensorFlow源码编译(MacOS)_第1张图片
TensorFlow源码编译(MacOS)_第2张图片

安装依赖:

pip install -U --user pip numpy wheel packaging requests opt_einsum

TensorFlow源码编译(MacOS)_第3张图片
pip install -U --user keras_preprocessing --no-deps
TensorFlow源码编译(MacOS)_第4张图片

brew install bazelisk 配置时会自动安装bazel5.3.0版本

TensorFlow源码编译(MacOS)_第5张图片

克隆TensorFlow源码:

git clone https://github.com/tensorflow/tensorflow.git
TensorFlow源码编译(MacOS)_第6张图片

配置:

编译源码:

Bug解决中...

你可能感兴趣的:(Python,macos)